Install for Rocky Linux 8[edit]

Rocky Linux 8[edit]

pip[edit]

conda[edit]

for CentOS 8.5 with pip[edit]

# yum install python3
# pip3 install --upgrade pip
# yum install npm
# npm install -g configurable-http-proxy
# pip install setuptools_rust
# pip install jupyterhub
# pip install dockerspawner
# pip install --upgrade notebook
# pip install --upgrade jupyterlab
# jupyterhub --version
# jupyter --version
# jupyter notebook --version
# jupyter lab --version

2.0.0 with conda[edit]

Change Log[edit]
Install[edit]
(base) # conda install -c conda-forge conda==4.11.0 -y
(base) # conda activate jupyterhub
(jupyterhub) # conda update -c conda-forge jupyterhub -y
(jupyterhub) # jupyterhub --upgrade-db
(jupyterhub) # jupyterhub -f .....
podmanspawner.PodmanSpawner[edit]
websocket モジュールが無いとのことで起動しなくなった.[edit]
ModuleNotFoundError: No module named 'websocket'
# conda install -c conda-forge websocket-client
データベースのスキーマが合わないとのことで,起動しなくなった.[edit]

1.4.2[edit]

conda を使用[edit]
(base) # conda create -n jupyterhub python=3.8 -y 
(base) # conda activate jupyterhub
(jupyterhub) # conda install -c conda-forge notebook -y
(jupyterhub) # conda install -c conda-forge jupyterlab -y
(jupyterhub) # conda install -c conda-forge jupyterhub==1.4.2  -y
(jupyterhub) # conda install -c conda-forge voila -y
(jupyterhub) # conda install jupyter_client -y

(jupyterhub) # git clone https://github.com/jupyterhub/nativeauthenticator.git 
(jupyterhub) # pip install -e nativeauthenticator   (認証モジュール:オプション)
(jupyterhub) # pip install dockerspawner
npm install -g configurable-http-proxy
python3 -m pip install jupyterhub
python3 -m pip install dockerspawner
python3 -m pip install --upgrade notebook
python3 -m pip install --upgrade jupyterlab 

Notebook の Docker イメージ[edit]

# docker pull jupyter/datascience-notebook
# docker pull jupyter/tensorflow-notebook

Version Up 1.0.0 -> 1.4.1[edit]

 # conda install -c conda-forge jupyterhub
 # conda install notebook
バージョンの確認[edit]

LTI Authenticator[edit]

(jupyterhub)# pip install --upgrade jupyterhub-ltiauthenticator

トップ   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS