gator icon indicating copy to clipboard operation
gator copied to clipboard

Launcher icon position

Open SylvainCorlay opened this issue 5 years ago • 1 comments
trafficstars

At the moment, the launcher is added in the notebook section.

Should it be in another category instead?

Can we define new categories for the launcher in JupyterLab?

SylvainCorlay avatar Sep 16 '20 10:09 SylvainCorlay

This seems to be hard-coded to Notebook for now in the jupyterlab-server-proxy extension:

https://github.com/jupyterhub/jupyter-server-proxy/blob/11ff942bdd19a6cb9064a31c5e14914c4d76de6a/jupyterlab-server-proxy/src/index.ts#L87-L96

And discussed here: https://github.com/jupyterhub/jupyter-server-proxy/issues/145

jtpio avatar Sep 16 '20 11:09 jtpio