Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide the floating cell toolbar in Jupyterlab?

Tags:

jupyter-lab

I am used to the keyboard shortcuts and I don't like the cell toolbar.

I did my best to search but I still can't find how. If someone knows please let me know.

cell toolbar

like image 892
Eren Avatar asked Oct 13 '25 07:10

Eren


1 Answers

Straight from the documentation:

If you would like to disable the cell toolbar, run jupyter labextension disable @jupyterlab/cell-toolbar-extension on the command line. You can enable it again by running jupyter labextension enable @jupyterlab/cell-toolbar-extension.

like image 140
krassowski Avatar answered Oct 16 '25 08:10

krassowski