21: 2023-04-24 (月) 20:04:56 iseki | 現: 2023-04-26 (水) 09:34:57 iseki | ||
---|---|---|---|
Line 109: | Line 109: | ||
(jupyterhub) # pip install jupyter-contrib-nbextensions | (jupyterhub) # pip install jupyter-contrib-nbextensions | ||
(jupyterhub) # jupyter contrib nbextension install --user | (jupyterhub) # jupyter contrib nbextension install --user | ||
+ | #br | ||
+ | |||
+ | **** JupyterHub でのコンテナ設定 [#a7fba7eb] | ||
+ | - Dockerfile | ||
+ | RUN /opt/conda/bin/conda install -c conda-forge jupyter_contrib_nbextensions -y | ||
+ | RUN /opt/conda/bin/conda install -c conda-forge jupyter_nbextensions_configurator -y | ||
+ | RUN /opt/conda/bin/jupyter nbextension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite | ||
+ | RUN /opt/conda/bin/jupyter nbextension enable --sys-prefix --py jupyter_nbextensions_configurator | ||
+ | RUN /opt/conda/bin/jupyter serverextension enable --sys-prefix --py jupyter_nbextensions_configurator | ||
#br | #br | ||
Line 133: | Line 142: | ||
*** Notebook [#nb19346f] | *** Notebook [#nb19346f] | ||
- [[Jupyter Notebook a11y toolbar>https://github.com/uclixnjupyternbaccessibility/jupyter_contrib_nbextensions/tree/master/src/jupyter_contrib_nbextensions/nbextensions/accessibility_toolbar]] 2019年で開発停止 | - [[Jupyter Notebook a11y toolbar>https://github.com/uclixnjupyternbaccessibility/jupyter_contrib_nbextensions/tree/master/src/jupyter_contrib_nbextensions/nbextensions/accessibility_toolbar]] 2019年で開発停止 | ||
- | - [[NVDA Browser Nav add-on>https://addons.nvda-project.org/addons/browsernav.en.html#:~:text=BrowserNav%20addon%20for%20NVDA,comments%20or%20malformed%20HTML%20tables.%E2%80%9D]] | + | - [[NVDA Browser Nav add-on>https://addons.nvda-project.org/addons/browsernav.en.html#:~:text=BrowserNav%20addon%20for%20NVDA,comments%20or%20malformed%20HTML%20tables.%E2%80%9D]] (これはNVDA用のアドオン) |
#br | #br |
- Jupyter のバックアップ一覧
- Jupyter のバックアップ差分(No. All)
- 1: 2020-08-15 (土) 00:04:35 iseki
- 2: 2020-08-15 (土) 01:00:14 iseki
- 3: 2020-08-15 (土) 15:56:05 iseki
- 4: 2020-08-15 (土) 22:20:08 iseki
- 5: 2020-08-16 (日) 18:18:23 iseki
- 6: 2020-08-16 (日) 19:04:38 iseki
- 7: 2020-08-18 (火) 21:41:45 iseki
- 8: 2020-08-20 (木) 21:06:57 iseki
- 9: 2020-08-22 (土) 02:06:10 iseki
- 10: 2020-08-22 (土) 19:38:16 iseki
- 11: 2020-08-23 (日) 13:13:39 iseki
- 12: 2020-10-21 (水) 19:04:57 iseki
- 13: 2021-07-20 (火) 00:39:30 iseki
- 14: 2021-08-08 (日) 00:20:10 iseki
- 15: 2021-08-21 (土) 01:44:15 iseki
- 16: 2021-08-21 (土) 15:23:59 iseki
- 17: 2021-08-22 (日) 20:46:15 iseki
- 18: 2021-09-05 (日) 14:58:22 iseki
- 19: 2021-09-05 (日) 17:59:31 iseki
- 20: 2021-09-14 (火) 18:44:36 iseki
- 21: 2023-04-24 (月) 20:04:56 iseki
- 現: 2023-04-26 (水) 09:34:57 iseki