If you don't have full admin permissions on your machine, one workaround would be to replicate the jupyter-notebook shortcut, but point it to jupyter-lab instead. To do that: Find the jupyter-notebook shortcut (on Win10 in C:\Users\<yourusername>\AppData\Roaming\Microsoft\Windows\Start …
Jan 29, 2018 · I faced similar issue. This is what I did to fix the issue (on Ubuntu 16.04) : sudo apt-get remove ipython sudo apt-get purge ipython sudo apt-get autoremove pip install jupyter
You can open Navigator and click Jupyter Notebook. In file explorer it's jupyter-notebook.exe for direct start (double-click),not jupyter.exe (which is used from cmd with command jupyter notebook ). Here a re-post where a start cmd and navigate (cd) to Scripts folder,the command jupyter notebook. 1.
But when I install javascript and css files with command jupyter contrib nbextension install --user , I get this error Error executing Jupyter command ...
06.03.2017 · I'm trying to get this going on VirtualBox on Ubuntu. Finally on some other post it said to try jupyter-notebook. I tried this and it told me to do sudo apt-get jupyter-notebook and that installed a bunch of stuff. Now if I type command jupyter-notebook, it works.
Oct 26, 2021 · # For Python 2 pip install --upgrade --force-reinstall --no-cache-dir jupyter # For Python 3 pip3 install --upgrade --force-reinstall --no-cache-dir jupyter This should reinstall everything from PyPi. This should solve the problem as I think running pip install "ipython[notebook]" messed things up. Answered By - Louise Davies
26.10.2021 · Try running: # For Python 2 pip install --upgrade --force-reinstall --no-cache-dir jupyter # For Python 3 pip3 install --upgrade --force-reinstall --no-cache-dir jupyter This should reinstall everything from PyPi. This should solve the problem as I think running pip install "ipython[notebook]" messed things up. Answered By - Louise Davies
26.08.2018 · I am trying to run jupyter notebook on Ubuntu 18.04. After its installation by: sudo apt-get install python3-notebook jupyter-core python-ipykernel sudo apt-get install python3-dev sudo apt-get in...
Aug 27, 2018 · sudo apt-get install python3-notebook jupyter-core python-ipykernel sudo apt-get install python3-dev sudo apt-get install python-dev pip3 install jupyter jupyter notebook --generate-config it seemed to work perfectly by running jupyter notebook , but after rebooting, the systems returns this error: