[Solved] Error executing Jupyter command ‘notebook‘: [Errno 2] No such file or directory

Problems:

jupyter-notebook re-install error:

Error executing Jupyter command ‘notebook’: [Errno 2] No such file or directory

or

When you install:

python3 -m pip install jupyter

Start error: Error executing Jupyter command ‘notebook’: [Errno 2] No such file or directory

 

Solution:

Install with the command:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
sudo apt install jupyter-notebook
sudo apt install jupyter-notebook
sudo apt install jupyter-notebook

and Start with:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
jupyter-notebook
jupyter-notebook
jupyter-notebook

Read More:

Leave a Reply

Your email address will not be published. Required fields are marked *