logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

windows下后台启动jupyter notebook

在linux下,后台启动程序加上&即可,在DOS下相应的用法为:start /b xxx.exe但是后台运行还是会有信息输出,因此可重定向:start /b jupyter notebook >nul 2>nul...

#jupyter
到底了