标签: windows batch-file jupyter-notebook
我有一个bat文件,可以通过用鼠标单击来运行它。激活conda环境将启动服务器并调用网页。尽管执行后蝙蝠文件关闭,服务器也被关闭。如何使服务器持久化?
call activate myenv jupyter notebook --no-browser start "" url.html
在Linux下,我可能会通过添加&符号将jupyter进程发送到后台。
&