This commit is contained in:
2025-10-22 11:20:52 +08:00
parent 53ee82bfe8
commit 42e1a55993
2 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
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
sudo cp jupyter_config_backup.py /opt/tljh/config/jupyterhub_config.d/99-group-template.py
```
相关的配置说明见文件内注释。