ipython 不同端口上的笔记本多个实例

ipython notebook multiple instances on different ports

我想在不同端口上为同一用户设置多个 ipython notebook 运行 实例。可能吗?

类似于 'NotebookApp.port' 的端口列表和默认端口。

只是 运行 jupyter notebook 第二次;它会自动 select 使用另一个端口。

运行 jupyter notebook --port=8090

将 8090 更改为您想要的端口