![CentOS에 Ubuntu를 설치하는 방법](https://linux55.com/image/182537/CentOS%EC%97%90%20Ubuntu%EB%A5%BC%20%EC%84%A4%EC%B9%98%ED%95%98%EB%8A%94%20%EB%B0%A9%EB%B2%95.png)
이제 CentOS가 설치된 서버가 있고 Ubuntu에만 설치할 수 있는 Jupyter 허브를 설치하고 싶습니다. Ubuntu를 나란히 설치하는 대신 CentOS 위에 설치할 수 있는 방법이 있습니까?
답변1
당신은 잘못 인도되었습니다주피터허브설치 요구 사항. 해당 문서에 따르면 유일한 요구 사항은 Linux 및 Python v3.5 이상입니다. 설치 지침은 다음과 같습니다.
통과하다가리키다
python3 -m pip install jupyterhub
npm install -g configurable-http-proxy
python3 -m pip install notebook # needed if running the notebook servers locally
통과하다콘다
conda install -c conda-forge jupyterhub # installs jupyterhub and proxy
conda install notebook # needed if running the notebook servers locally