Issue: I get fatal error when I run jupyter notebook
in cmd.exe as administratortor
python -m pip install jupyter
success
jupyter notebook
Fatal error in launcher: Unable to create process using '"'
I've tried the following, but I get same fatal error when I try to launch jupyter notebook from cmd
pip3 install --upgrade pip
and ran pip3 install jupyter
jupyter notebook --help
and I get same errorEnvironment
screen shot of error https://www.dropbox.com/s/ai0ualjfj87uaaq/python_issue_20180127.png?dl=0
docs used:
All other notebooks you are connected to are also unresponsive. Loading too much data to a Jupyter notebook during a session (e.g. by printing 5000 rows in your notebook) can cause the notebook to refuse to open as well as make other notebooks unresponsive. If you can't even right click in your notebook, congrats, you just did it :D.
Click Open Terminal and run the following command to start Jupyter Notebook: This command starts the Jupyter that is installed in Anaconda, so the Python 3 that is installed in Anaconda is able to recognize it. I also faced this problem and solved it very simply following these steps: Close all Jupyter Notebook tabs on the web browser.
If you have tried to start the JupyterHub proxy and it fails to start: check if the JupyterHub IP configuration setting is c.JupyterHub.ip = '*'; if it is, try c.JupyterHub.ip = '' Note: If this occurs on Ubuntu/Debian, check that the you are using a recent version of node.
But today when I opened Jupyter Notebook to read other people's code, I was surprised to find a few big words on Jupyter Notebook page: I checked the Internet and found that the status code 500 means: the server encountered an unexpected error and made an error. What the hell? This is too vague.
What worked for me was the command python -m notebook
- I did not have Anaconda installed
I believe you need to open Jupyter notebooks by typing jupyter notebook
in the anaconda prompt, not the regular windows command prompt.
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