TheMAAAN
TheMAAAN

Reputation: 517

Remove buttons line above cell in Jupyter in VSCode

I am trying to remove this annoying line above every cell when sing Jupyter in VSCode:

enter image description here

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

Answers (2)

spacetyper
spacetyper

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.

enter image description here

Upvotes: 4

Jill Cheng
Jill Cheng

Reputation: 10372

It is recommended that you use "Visual Studio Code Insiders", its Jupyter notebook interface is more suitable for your needs:

enter image description here

Upvotes: 1

Related Questions