安裝和啟動Jupyter lab | install and use Jupyter lab

安裝

pip install jupyterlab

啟動

jupyter lab

使用
打開 http://localhost:8888/lab

怎樣跑一個文件?
以mac os為例子。
lab裡面打開py文件,編輯器里點右鍵,選 Create Console for Editor,就會產生一個console窗口。


然後在編輯器窗口裡 cmd + a 全部選上,然後 shift + enter,就會用IPython跑選中的code。好處是如果有圖的話,這圖就直接在網頁上顯示出來了,不像在terminal的圖片是用小窗口顯示。

Leave a Comment

Your email address will not be published.