Jupyter Notebook Tutorial
Install method
Method 1: Install from Anaconda
Method 2: Install from command
- Install
I have python 2 and python3 on the same system. So I install Jupter Notebook with the command:
python3 -m pip install ipykernel python3 -m ipykernel install --user python3 -m pip install runipy python3 -m pip install jupyter
ipykernel provides the IPython kernel for Jupyter. IPython is en enhanced interactive Python shell.
- Run it
python3 -m notebook
It will start your browser and go to the URL http://localhost:8888/tree.
How to change Jupyter Notebook working directory
python3 -m notebook --notebook-dir=c:\ML_Test