Last updated 2 years ago
安装
启动
魔法命令
插件
参考资料
pip install jupyterlab # pip install notebook
将同时安装 notebook, ipython 等一系列模块;
## 默认参数启动 jupyter lab ## 常用参数 jupyter lab --port=9999 --no-browser --autoreload --ip=xxx
Jupyter Project Documentation