在 CentOS 下啟動 Jupyter Notebook 時可能會遇到各種錯誤
sudo yum install python3
sudo yum install python3-pip
pip3 install jupyter
jupyter notebook
sudo
運行 Jupyter Notebook:sudo jupyter notebook
這將允許 Jupyter Notebook 以管理員權限運行,但請注意,這可能會帶來安全風險。
sudo netstat -tuln | grep 8888
如果端口被占用,請更改 Jupyter Notebook 的端口。例如,將其更改為 8889:
jupyter notebook --port 8889
如果您能提供更多關于錯誤的詳細信息,我將更好地幫助您解決問題。