admin管理员组文章数量:1322174
There's an answer here showing how to minimize the navigation pane to make it show the icons only. Basically, you just need to click the first folder icon on the left.
How can I hide the vertical navigation pane on the left pletely?
There's an answer here showing how to minimize the navigation pane to make it show the icons only. Basically, you just need to click the first folder icon on the left.
How can I hide the vertical navigation pane on the left pletely?
Share Improve this question edited Feb 14, 2019 at 15:53 multigoodverse asked Feb 11, 2019 at 22:51 multigoodversemultigoodverse 8,07219 gold badges66 silver badges112 bronze badges1 Answer
Reset to default 8 +100There's an open issue for this feature which is not implemented yet.
So, there's no current way of setting a custom rule in the Settings > Advanced Settings Editor > Sidebar
menu.
While this feature is not added, what you can do is to write a small browser extension to execute this code on every notebook server (in the onDOMContentLoaded event):
const leftSidebar = document.querySelector('.jp-SideBar')
document.querySelector('#jp-main-content-panel').removeChild(leftSidebar)
You can try this code in the inspector console and then open/create a new notebook.
You can check other workarounds here and here.
本文标签: javascriptJupyter Lab hide vertical navigation paneStack Overflow
版权声明:本文标题:javascript - Jupyter Lab hide vertical navigation pane - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742115061a2421428.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论