---
tags: courses
title: Jupyterhub for RSE
---
# RSE course 2022 - a jupyterhub.
The RSE course team (James R, Jack R) do not need a jupyterhub, since a key take home is that people go home with their python environment. But debugging python environments, in windows especially, is hard, so a jupyterhub could be useful as a backup so as to not leave anybody behind.
The lack of a real need actually makes the RSE course a useful exercise for a course-specific jupyterhub. Since we are off the hook. But the main outcome would be in:
- clear documentation about what a turing specific course looks like. Maybe a step-by-step guide of what is useful.
- custom config file for a course.
- some guidance on cost.
Some initial desires:
- jupyterlab instead of notebook, so we do not need to have a bunch of cell magic.
- shared drive with git repo cloned.
- some way of authentication: direct github ids, vs specific github organisation.
- pre-configured python environment.