Python 如何从终端运行特定的Jupyter手机号?

Python 如何从终端运行特定的Jupyter手机号?,python,cmd,terminal,jupyter-notebook,Python,Cmd,Terminal,Jupyter Notebook,假设我有10个Jupyter细胞。现在我使用这个命令 jupyter nbconvert--to notebook--execute--in place mynotebook.ipynb 运行我的jupyter笔记本。例如,如果我只想运行第三个单元格,或运行第五个单元格,我该怎么办?谢谢你的帮助

假设我有10个Jupyter细胞。现在我使用这个命令

jupyter nbconvert--to notebook--execute--in place mynotebook.ipynb

运行我的jupyter笔记本。例如,如果我只想运行第三个单元格,或运行第五个单元格,我该怎么办?谢谢你的帮助