JupyterLab安裝使用

weixin_34007291發表於2018-11-10

官方文件
簡書參考

安裝

pip install jupyter jupyterlab

啟動

jupyter-lab --port 8889

訪問

http://localhost:8889/lab
# 下面這個url仍然可以訪問jupyter
http://localhost:8889/tree

使用

請檢視官網,文件、視訊非常完備

tips

可以使用這個魔方函式在jupyer中內嵌畫圖

%matplotlib inline