After I updated to the latest version of Jupyter Notebook (v5.2.2), there is a "presentation" toolbar in the bottom of the page as below: my screenshot. I googled a while, but it seems no one discussed about it. Is there any way to remove it? Thanks a lot!
There are two ways to hide content: To hide Markdown, use the {toggle} directive. To hide or remove code cells or their outputs, use notebook cell tags.
Go to view, you can see Header and toolbar. If you can't see header, click view header and If you can't see toolbar, click view toolbar.
Getting to Know your Jupyter Notebook's Toolbar. At the top of your Jupyter Notebook window there is a toolbar.
Remove nbpresent
:
conda remove nbpresent
Then refresh your notebook page by ctrl+shift+r
(refreshes stored cache in browser).
nbpresent can be disabled in the following way as anaconda docs says:
jupyter-nbextension disable nbpresent --py --sys-prefix
jupyter-serverextension disable nbpresent --py --sys-prefix
It works on my jupyter notebook.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With