Skip to content

Move button to switch from JupyterLab to Notebook #7004

@lahwaacz

Description

@lahwaacz

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

jtpio commented on Aug 9, 2023

@jtpio
Member

Thanks @lahwaacz for opening the issue.

This is where the menu entry is defined:

"id": "jp-mainmenu-help",
"items": [
{
"command": "jupyter-notebook:launch-tree",
"rank": 1
}

To put it under View we would need to update to the following:

"id": "jp-mainmenu-view"

For reference here is the PR that added the menu entry to RetroLab (the ancestor of Notebook 7): jupyterlab/retrolab#138

jayeshsingh9767

jayeshsingh9767 commented on Oct 18, 2023

@jayeshsingh9767
Contributor

@jtpio could u please assign this to me, will like to take this up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @jtpio@lahwaacz@jayeshsingh9767

      Issue actions

        Move button to switch from JupyterLab to Notebook · Issue #7004 · jupyter/notebook