Jupyter Notebook, 以前又稱為IPython notebook,是一個交互式筆記本, 支持運行40+種編程語言. 可以用來編寫漂亮的交互式文檔.
安裝步驟:
pip install --upgrade pip //更新pip
pip install jupyter
jupyter-notebook
如果出現如下情況:
則按指示進行操作:
sudo apt install jupyter-notebook
然后再次運行jupyter-notebook