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