如何使用自定义导入上下文启动jupyter笔记本实例?

时间:2016-04-20 14:37:03

标签: python ipython jupyter jupyter-notebook

我正在编写一个插件来使用bpython ipython和jupyter笔记本来增强Flask shell,就像Django Extensions那样。但我没有找到一个很好的方法来启动一个带有导入上下文的jupyter笔记本实例,就像我用shell / bpython / ipython实现的那样。

所以,我的问题是我如何使用NotebookApp.instance.start(context=context)这样的自定义上下文来启动笔记本实例?

0 个答案:

没有答案