21: 2023-04-24 (Mon) 20:04:56 iseki ![]() |
Cur: 2023-04-26 (Wed) 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 |
- Backup list of Jupyter
- Backup diff of Jupyter(No. All)
- 1: 2020-08-15 (Sat) 00:04:35 iseki
- 2: 2020-08-15 (Sat) 01:00:14 iseki
- 3: 2020-08-15 (Sat) 15:56:05 iseki
- 4: 2020-08-15 (Sat) 22:20:08 iseki
- 5: 2020-08-16 (Sun) 18:18:23 iseki
- 6: 2020-08-16 (Sun) 19:04:38 iseki
- 7: 2020-08-18 (Tue) 21:41:45 iseki
- 8: 2020-08-20 (Thu) 21:06:57 iseki
- 9: 2020-08-22 (Sat) 02:06:10 iseki
- 10: 2020-08-22 (Sat) 19:38:16 iseki
- 11: 2020-08-23 (Sun) 13:13:39 iseki
- 12: 2020-10-21 (Wed) 19:04:57 iseki
- 13: 2021-07-20 (Tue) 00:39:30 iseki
- 14: 2021-08-08 (Sun) 00:20:10 iseki
- 15: 2021-08-21 (Sat) 01:44:15 iseki
- 16: 2021-08-21 (Sat) 15:23:59 iseki
- 17: 2021-08-22 (Sun) 20:46:15 iseki
- 18: 2021-09-05 (Sun) 14:58:22 iseki
- 19: 2021-09-05 (Sun) 17:59:31 iseki
- 20: 2021-09-14 (Tue) 18:44:36 iseki
- 21: 2023-04-24 (Mon) 20:04:56 iseki
- Cur: 2023-04-26 (Wed) 09:34:57 iseki