标签: ipython jupyter-notebook
我需要检查一些代码,最后文件的扩展名为.ipynb。我使用命令IPython安装sudo pip install ipython。现在,当我在终端中输入ipython时,我得到了返回-bash: ipyhton: command not found。
.ipynb
IPython
sudo pip install ipython
ipython
-bash: ipyhton: command not found
我现在可以做些什么来查看这些文件? Python安装在系统中。我读到我需要使用命令ipython notebook file_name.ipynb从终端运行这些文件。
ipython notebook file_name.ipynb