You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown in jupyter/jupyter#420 (comment), the button Launch Jupyter Notebook File Browser is located in the Help menu in JupyterLab. On the other hand, Jupyter Notebook 7 has an Open JupyterLab button in the View menu. I would like to suggest moving Launch Jupyter Notebook File Browser from Help to View for consistency.
Activity
jtpio commentedon Aug 9, 2023
Thanks @lahwaacz for opening the issue.
This is where the menu entry is defined:
notebook/packages/lab-extension/schema/launch-tree.json
Lines 7 to 12 in b5133c6
To put it under
View
we would need to update to the following:For reference here is the PR that added the menu entry to RetroLab (the ancestor of Notebook 7): jupyterlab/retrolab#138
jayeshsingh9767 commentedon Oct 18, 2023
@jtpio could u please assign this to me, will like to take this up.