Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open the File Browser in the main area with the shell layout settings #14697

Open
jtpio opened this issue Jun 16, 2023 · 1 comment
Open

Open the File Browser in the main area with the shell layout settings #14697

jtpio opened this issue Jun 16, 2023 · 1 comment
Labels

Comments

@jtpio
Copy link
Member

jtpio commented Jun 16, 2023

Description

With https://jupyterlab.readthedocs.io/en/latest/user/interface_customization.html it should be possible customize the positioning of the file browser widget (and other sidebar panels).

Reproduce

  • Open the JupyterLab Shell settings in the Advanced Settings Editor
  • Paste the following config:
{
    "layout": {
        "multiple": {
            "File Browser": { "area": "main" }
        }
    }
}

What happens is that the file browser is not visible in the left area anymore. And clicking on View > File Browser does not open it.

file-browser-main-area.mp4

Expected behavior

The file browser widget should open in the main area.

Context

  • Operating System and version: Any
  • Browser and version: Chromium 114
  • JupyterLab version: 4.0.2
@jtpio jtpio added bug status:Needs Triage Applied to new issues that need triage labels Jun 16, 2023
@JasonWeill JasonWeill removed the status:Needs Triage Applied to new issues that need triage label Jun 20, 2023
@jtpio
Copy link
Member Author

jtpio commented Aug 1, 2023

The likely applies to other left area panels, for example Sessions and Tabs:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants