pycharm中使用jupyter使用

2024-11-04 07:46:43

1、安装Jupyterpip install jupyter

2、新建一个IPython文件

pycharm中使用jupyter使用

4、编写程序随便写点什么测试一下,应该得到的结果是这样的:print(1)点击运行

pycharm中使用jupyter使用

5、填入上面的地址即可。

猜你喜欢