看:https://blog.csdn.net/qq_42254770/article/details/86668630
问题:在使用Jupyter notebook时,写了代码print(“hello world”),run但是没有执行,尝试多次未果。
原因:只安装了Jupyter,而没有安装Notebook。
解决方法:
1.打开Anaconda Prompt
在这里插入图片描述
2.重新输入命令conda install jupyter notebook,进行安装
————————————————
版权声明:本文为CSDN博主「好好学习的靓仔」的原创文章,遵循 CC 4.0 BY-SA
1