Jupiter notebook使用

1. 将ipynb 转为.py文件

jupyter nbconvert --to script sql_agent.ipynb 

2. pycharm中使用notebook ,必须设置密码

jupyter notebook password

3. linux 远程连接notebook

jupyter notebook --ip=****

4. 安装notebook

pip install jupyter notebook

你可能感兴趣的:(pycharm,python,ipython)