はじめにpip等をインストールする。
1 |
pip install --upgrade setuptools |
1 |
pip install --upgrade pip |
Jupyter Notebookをインストールする。
1 |
pip3 install jupyter |
Jupyter Notebookを起動する。
1 |
jupyter notebook |