We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
{ "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.
left
View > File Browser
The file browser widget should open in the main area.
The text was updated successfully, but these errors were encountered:
The likely applies to other left area panels, for example Sessions and Tabs:
Sessions and Tabs
Sorry, something went wrong.
Contents.IDrive
No branches or pull requests
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
What happens is that the file browser is not visible in the
left
area anymore. And clicking onView > File Browser
does not open it.file-browser-main-area.mp4
Expected behavior
The file browser widget should open in the main area.
Context
The text was updated successfully, but these errors were encountered: