如何使用“ jupyter-run”在本地调用jupyter笔记本?

时间:2019-05-08 11:34:55

标签: python jupyter-notebook jupyter jupyter-lab

我正在尝试使用anaconda提示符调用Jupyter笔记本电脑Untitled.ipynb jupyter运行的Untitled.ipynb 并收到错误消息“ NameError:未定义名称'null'。如何解决此问题?

1 个答案:

答案 0 :(得分:0)

jupyter-run是在jupyter内核中运行 scripts 的命令:

jupyter run script.py
curl https://example.com/some_r_script.R | jupyter run --kernel=ir

要执行笔记本,您可以使用

jupyter nbconvert --execute notebook.ipynb