CentOSにUbuntuをインストールする方法

CentOSにUbuntuをインストールする方法

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

おすすめ記事