Skip to main content

Classroom management dashboard for JupyterHub

Project description

JupyterHub Classroom Manager

PyPI Python Checks

Classroom Manager is a FastAPI web dashboard, built as a JupyterHub service for classroom management for teachers. It provides an intuitive dashboard for non-technical staff to manage a cohort ot students on Jupyter notebooks.

Classroom Manager allows staff to add students, manage their server statuses, and assign students to classrooms.

Classroom Manager Dashboard

Deployability

This doesn't need a database, so there's no extra infrastructure overhead - JupyterHub manages the deployment.

Authentication is managed by JupyterHub itself, so if you want to use something like Microsoft Azure authentication, or Google OAuth, configure this with JupyterHub as you'd usually do.

Requirements

  • JupyterHub 5.x+
  • Python 3.10+

Installation

sudo /opt/tljh/user/bin/pip install jupyter-classroom

For a full quick-start guide, see the documentation.

JupyterHub Configuration

Add this to your jupyterhub_config.py:

c.JupyterHub.services = [
    {
        "name": "classroom-manager",
        "url": "http://127.0.0.1:10101",
        "command": ["jupyter-classroom"],
        "oauth_client_allowed_scopes": ["identify"],
    },
]

c.JupyterHub.load_roles = [
    {
        "name": "classroom-manager-role",
        "services": ["classroom-manager"],
        "scopes": [
            "list:users",
            "read:users",
            "admin:servers",
            "admin:groups",
            "read:groups",
            "list:groups",
        ],
    },
    {
        "name": "user",
        "scopes": [
            "self",
            "access:services!service=classroom-manager",
        ],
    },
]

# Pre-create the teachers group
c.JupyterHub.load_groups = {
    "teachers": [],
}

nbgitpuller

We use nbgitpuller on our instance to make it easier to pull from our Jupyter notebook Git source! It's a fantastic tool for one-click setup, through links configured on nbgitpuller's documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyter_classroom-1.1.3.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jupyter_classroom-1.1.3-py3-none-any.whl (18.8 kB view details)

Uploaded Python 3

File details

Details for the file jupyter_classroom-1.1.3.tar.gz.

File metadata

  • Download URL: jupyter_classroom-1.1.3.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jupyter_classroom-1.1.3.tar.gz
Algorithm Hash digest
SHA256 f10efca069178c2184391d73b4c9cf73f74482b64302871735e205a3416b5dd4
MD5 cd91621c05fcb884bc046a1b9010f864
BLAKE2b-256 8c91f7098feea4587b3ae6ef5a0ef1a19312aa7eaeff25f8f8cf411a19a166b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for jupyter_classroom-1.1.3.tar.gz:

Publisher: publish.yml on leowilkin/jupyter-classroom

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file jupyter_classroom-1.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyter_classroom-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7e3acccfe53c632089f35a65f57604635c463ec236ed9c456304139dbca15f16
MD5 34ea8d725225ef7a08d5b5633e524a7b
BLAKE2b-256 eca6535c66ee05831fcf3ee2edc8eb516eb1228f33046aeed5bd71d79f1aebe5

See more details on using hashes here.

Provenance

The following attestation bundles were made for jupyter_classroom-1.1.3-py3-none-any.whl:

Publisher: publish.yml on leowilkin/jupyter-classroom

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page