步骤
1、安装Jupyter
pip install jupyter
2、 新建一个IPython文件
3、在Terminal里启动Jupyter Notebook
2、 编写程序
随便写点什么测试一下,应该得到的结果是这样的:
print(1)
点击运行
填入上面的地址即可
string(21) "{"docs":[],"count":0}" array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) }
步骤
1、安装Jupyter
pip install jupyter
2、 新建一个IPython文件
3、在Terminal里启动Jupyter Notebook
2、 编写程序
随便写点什么测试一下,应该得到的结果是这样的:
print(1)
点击运行
填入上面的地址即可
相关文章: