Skip to content

Commit

Permalink
Added comment in jupyterhub_config.py
Browse files Browse the repository at this point in the history
Hope this helps fix issues like in #8
  • Loading branch information
defeo authored Sep 12, 2019
1 parent 461fd40 commit dd3c423
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions jupyterhub/jupyterhub_config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# JupyterHub configuration
#
## If you update this file, do not forget to delete the `jupyterhub_data` volume before restarting the jupyterhub service:
##
## docker volume rm jupyterhub_jupyterhub_data
##
## or, if you changed the COMPOSE_PROJECT_NAME to <name>:
##
## docker volume rm <name>_jupyterhub_data
##

import os

## Generic
Expand Down

0 comments on commit dd3c423

Please sign in to comment.