Files
jupyter-collection/.hub/readme.md
2025-10-22 11:07:27 +08:00

12 lines
477 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# jupyterhub相关配置说明
此文件夹包含了与jupyterhub有关的配置文件其中
1. **jupyter_config_backup.py** jupyterhub配置文件拷贝使用时将此文件拷贝至host端相应路径后重启hub即可。
```shell
sudo cp jupyter_config_backup.py /opt/tljh/config/jupyter_config.d/99-group-template.py
```
相关的配置说明见文件内注释。
2. **resource_map.ini** 对不同组别可获取资源与各组别内用户组成进行配置。