Reputation: 517
I am trying to remove this annoying line above every cell when sing Jupyter in VSCode:
It just clutters the whole notebook unnecessarily and I use shortcuts for everything anyways. I want that entire line above the cell gone so it looks just like when you open a Jupyter notebook in the browser. Does anyone know how to get rid of this? Thank you!
Upvotes: 3
Views: 1185
Reputation: 1601
This appears to now be possible to change in settings.
In Settings, search: @tag:notebookLayout
Under Notebook: Cell Toolbar Location
change jupyter-notebook
to hidden
.
Upvotes: 4
Reputation: 10372
It is recommended that you use "Visual Studio Code Insiders", its Jupyter notebook interface is more suitable for your needs:
Upvotes: 1