PyCharm中运行jupyter

PyCharm中运行jupyter

1、在PyCharm中创建虚拟环境
2、在虚拟环境中安装jupyter:pip install jupyter
3、创建新的Jupyter Notebook文件
4、终端运行jupyter notebook
出现,复制光标处的两项http中的任意一项到配置Jupyter服务器
PyCharm中运行jupyter_第1张图片
PyCharm中运行jupyter_第2张图片

你可能感兴趣的:(pycharm)