From f7d7989e9c6f4c4c1bb8e4335515e37fa6f44c12 Mon Sep 17 00:00:00 2001 From: sala Date: Wed, 16 Jul 2025 15:52:27 +0200 Subject: [PATCH] Jupyterhub 5 --- .../jupyterhub-5.2.1_lab4_py3.13.yaml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Programming/anaconda/2024.08/conda-env-defs/jupyterhub-5.2.1_lab4_py3.13/jupyterhub-5.2.1_lab4_py3.13.yaml diff --git a/Programming/anaconda/2024.08/conda-env-defs/jupyterhub-5.2.1_lab4_py3.13/jupyterhub-5.2.1_lab4_py3.13.yaml b/Programming/anaconda/2024.08/conda-env-defs/jupyterhub-5.2.1_lab4_py3.13/jupyterhub-5.2.1_lab4_py3.13.yaml new file mode 100644 index 0000000..c38d77b --- /dev/null +++ b/Programming/anaconda/2024.08/conda-env-defs/jupyterhub-5.2.1_lab4_py3.13/jupyterhub-5.2.1_lab4_py3.13.yaml @@ -0,0 +1,28 @@ +name: jupyterhub-5.2.1_lab4_py3.13 +channels: + - conda-forge +dependencies: + - python=3.13 + - jupyterhub=5.2.1 + - jupyterlab>4 + - nb_conda + - nb_conda_kernels + - jupyter_contrib_nbextensions + - ipywidgets + - batchspawner + # - jupyter_server<2.11 + # needed for widgets! + - ipympl + - pip + - jupytext + - jupyterlab-git + - git + - psycopg2 + - plotly + - jupyterlab-plotly-extension + - flask + # - sqlalchemy=1.4.39 + ################# PIP packages + # - pip: + # - git+https://github.com/jupyterhub/batchspawner.git@e89bf6a +