问题描述如图,在jupyter连上远程服务器后执行命令如!conda install *,会要求输入确认信息。解决方法输入的命令改为!conda install --yes *。其他类似。