This commit is contained in:
2026-03-24 10:59:50 +01:00
commit 7c1c161ced
19 changed files with 856 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
FROM jupyter/datascience-notebook:latest
COPY requirements.txt .
RUN pip install -r requirements.txt
COPY nbgrader_config.py /etc/jupyter/nbgrader_config.py
COPY logo.png /opt/conda/lib/python3.13/site-packages/nbclassic/static/base/images/logo.png
COPY logo.png /opt/conda/lib/python3.13/site-packages/jupyter_server/static/logo/logo.png

BIN
kupyter-notebook/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

198
kupyter-notebook/logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 108 KiB

View File

@@ -0,0 +1,11 @@
from ngshare_exchange import configureExchange
c = get_config()
configureExchange(
c, "http://ngshare.jupyterhub.svc.cluster.local:8080/services/ngshare"
)
c.CourseDirectory.course_id = "*"
c.FormgradeApp.base_url = "/user/{username}/"

View File

@@ -0,0 +1,7 @@
folium
seaborn
#tensorflow
#torch
nbgrader
ngshare_exchange
rise