nohup jupyter nbconvert --inplace --execute macaque_DML.ipynb --ExecutePreprocessor.timeout=-1 --ExecutePreprocessor.kernel_name=pytorch >log1.txt 2>&1&
这个使用的是base环境里的jupyter,而不能跑到pytorch环境里使用jupyter调用。

nohup jupyter nbconvert --inplace --execute macaque_DML.ipynb --ExecutePreprocessor.timeout=-1 --ExecutePreprocessor.kernel_name=pytorch >log1.txt 2>&1&
这个使用的是base环境里的jupyter,而不能跑到pytorch环境里使用jupyter调用。