0%

问题手册

Shell又又又无法连接了

挂起了几个月的集群又无法连接了,ifconfig看一下发现ens33网卡又G了

image-20230215132310721

解决方法:

1
2
3
4
5
6
7
systemctl stop NetworkManager

systemctl disable NetworkManager

ifup ens33

service network start

image-20230215133113854

Jupyter默认环境坏了

先看报错,一般来说差什么pip install什么

整了半天最后还是提示ipyparallel有error

1
pip install ipyparallel	#没用
1
conda install -c conda-forge notebook ipyparallel #有用