Jupyter [edit]

Jupyter Notebook [edit]

With Anaconda [edit]

Install [edit]

anaconda [edit]
pip を使用する. [edit]
yum install nodejs
yum install python3-pip
pip install numpy scipy matplotlib seaborn scikit-learn pandas psycopg2 ipython-sql pymysql
pip install jupyter
pip install notebook
pip install jupyterlab
jupyter notebook --version
jupyter lab --versopn

設定 [edit]

以下のコマンドで設定ファイル ~/.jupyter/jupyter_notebook_config.py が生成される

(base) # jupyter notebook --generate-config

実行 [edit]

(base) # jupyter notebook --allow-root  --ip=0.0.0.0

サブコマンド [edit]

Notebook 拡張機能 [edit]

nbextensions [edit]

nbextensions_configurator [edit]
(jupyterhub) # pip install jupyter_nbextensions_configurator
(jupyterhub) # jupyter nbextensions_configurator enable --user
contrib-nbextensions [edit]
(jupyterhub) # pip install jupyter-contrib-nbextensions
(jupyterhub) # jupyter contrib nbextension install --user
JupyterHub でのコンテナ設定 [edit]
nbgrader [edit]

ショートカットキー [edit]

Accessibility [edit]

JupyterLab [edit]

Notebook [edit]


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-09-04 (月) 16:35:22