jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

Terminals #327

Open skystare opened 6 years ago

skystare commented 6 years ago

I don't want to run the terminal in my Jupyter in my servers,and I don't find that disenable it from documents.I hope get help from you.

takluyver commented 6 years ago

There currently isn't a dedicated option (see https://github.com/jupyter/notebook/issues/3446 ), but you can uninstall the terminado package, which will disable it.

Be aware that anything you can do from a terminal can also be done in a notebook, so this isn't a good security measure.