安裝
pip install jupyter jupyterlab
啟動
jupyter-lab --port 8889
訪問
http://localhost:8889/lab
# 下面這個url仍然可以訪問jupyter
http://localhost:8889/tree
使用
請查看官網,文檔、視頻非常完備
tips
可以使用這個魔方函數(shù)在jupyer中內嵌畫圖
%matplotlib inline
pip install jupyter jupyterlab
jupyter-lab --port 8889
http://localhost:8889/lab
# 下面這個url仍然可以訪問jupyter
http://localhost:8889/tree
請查看官網,文檔、視頻非常完備
可以使用這個魔方函數(shù)在jupyer中內嵌畫圖
%matplotlib inline