安裝 JupyterLab 前,請先確認 Jupyter 是否已經安裝大於 v4.3以上的版本。
jupyter --version
安裝 JupyterLab。
conda install -c conda-forge jupyterlab
安裝完成啟動 JupyterLab。
jupyter lab
執行畫面:
參考資料:
我是Amin,喜好整合軟體之間的應用至數據分析,如Excel VBA、Python、C/C++、C#、JavaScript、Google Apps Script、Batch、MultiCharts的相互應用,歡迎各領域同好相互討論,創造人生精采的火花
jupyter --version
conda install -c conda-forge jupyterlab
jupyter lab