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