JupyterLab安裝方法


安裝方法:

pip install jupyterlab

創建配置文件:

jupyter lab --generate-config

image-20200827114503568

修改jupyter工作路徑:

打開配置文件(使用文本編輯器打開),修改以下配置:
修改前:

# c.ServerApp.notebook_dir = ''

修改后:

c.ServerApp.notebook_dir = '<jupyter工作路徑>'
# 例如:c.ServerApp.notebook_dir = 'C:\Python\Python_project\Jupyter'

運行jupyter lab

CMD命令行中輸入jupyter lab命令,然后默認瀏覽器就會打開jupyter lab。

jupyter lab


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM