标签: jupyter-notebook jupyter
我正在创建jupyter内核,并想添加一些选项。 例如,默认情况下,该内核连接到localhost:9000,但是有时候,我希望它连接到其他地址。方便了,因为我可以通过控制台选项指定地址;
localhost:9000
jupyter notebook --host localhost --port 9999
因此,如何添加原始控制台选项(配置选项)。