mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
adding tljh_extra_user_conda_channels hook to the hooks and installer
This commit is contained in:
@@ -15,6 +15,14 @@ def tljh_extra_user_conda_packages():
|
||||
pass
|
||||
|
||||
|
||||
@hookspec
|
||||
def tljh_extra_user_conda_channels():
|
||||
"""
|
||||
Return a list of conda channels to be used during user environment installation.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
@hookspec
|
||||
def tljh_extra_user_pip_packages():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user