JupyterLab 3.0发布:支持中文界面,安装插件无需Node.js
数据分析1480
共 2914字,需浏览 6分钟
·
2021-01-15 06:35
超强下一代 Jupyter Notebook :JupyterLab 3.0 已经发布了,新版本为用户带来了许多新特性,并对扩展系统进行了实质性的改进。
可视化调试器;
支持多种显示语言;
notebook 目录;
扩展系统。
pip install jupyterlab==3
mamba install -c conda-forge jupyterlab=3
conda install -c conda-forge jupyterlab=3
pip install jupyterlab-language-pack-zh-CN
https://jupyterlab.readthedocs.io/en/stable/extension/extension_dev.html
https://jupyterlab.readthedocs.io/en/latest/extension/extension_migration.html
详细变更日志地址:https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog.html#v3-0
JupyterLab 3.0 测试地址:https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/3818244?urlpath=lab
评论