我试图在后台运行一个jupyter笔记本,而不打印任何东西到控制台.我在bash 的问题中找到了这个解决方案:
jupyter notebook &> /dev/null &
但我在一个docker容器中运行jupyter并希望它在后台启动CMD.我怎么能在sh中做同样的事情?
CMD
terminal sh docker jupyter-notebook
docker ×1
jupyter-notebook ×1
sh ×1
terminal ×1