
Start up the notebook server by running jupyter notebook Open a new terminal window (in Ubuntu you can just enter Ctrl+ Alt+ T). Instead, you have to open files in the Jupyter file manager, which you run like this: This is by design (also arguably a design flaw, but eh). ipynb with just vanilla Jupyter by double clicking. I haven't tested this though since I'm not running Linux.
HOW TO INSTALL JUPYTER NOTEBOOK IN UBUNTU 18.04 INSTALL
To install on Ubuntu, just run the following in a terminal: python3 -m pip install nbopen You can add this functionality with the nbopen project.

If you can't fix the permission issue, here's the simplest set of commands for nuking jupyter from space: pip install pip-autoremoveįrom a little bit of testing I just did, you might also have to run at the end: pip-autoremove jupyter-core -y local/share/jupyter directory not existing. This will fix the error if it was due to the. The complete error output when i try to open a jupyter-notebook: Uncaught exception GET /api/contents/workspace/Mobile_Mask_RCNN/samples/demo.ipynb?type=notebook&_=1523883598008 (127.0.0.1) I got basically the same problem as this pip uninstall jupyter does not work but which jupyter returns

I am using python 2.7 and Ubuntu 16.04 if that matters So how can i deinstall this? just remove the binary? If i now reinstall jupyter with pip, i get the same errors as before, so i guess it always starts the same that i still installed.

I deinstalled jupyter and ipython with sudo pip uninstall, also with pip2 and pip3, but still i am able to find jupyter at /usr/local/bin/jupyter and i am also able to start it with jupyter. Therefore i want to completely get rid of jupyter and ipython. ipynb files (i can open jupyter notebook, but when i click on a.
