Skip to content

Commit

Permalink
having system controls jupyter runtime dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Sep 13, 2024
1 parent f004d3f commit c7c09c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jupyterhub_config/custom_spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def start(self):
self._ensure_user_directory(user_dir, username)

# Ensure the user's Jupyter directory exists
self._ensure_user_jupyter_directory(user_dir)
# self._ensure_user_jupyter_directory(user_dir)

# Ensure the virtual environment is created or reused
user_env_dir = user_dir / '.virtualenvs' / 'envs' / f'{username}_default_env'
Expand Down

0 comments on commit c7c09c8

Please sign in to comment.