2i2c-org / infrastructure

Infrastructure for configuring and deploying our community JupyterHubs.
https://infrastructure.2i2c.org
BSD 3-Clause "New" or "Revised" License
105 stars 64 forks source link

Document how to connect a JupyterHub to a binderhub with jupyterhub-fancy-profiles #3691

Closed yuvipanda closed 9 months ago

yuvipanda commented 9 months ago

This is part of the work with the GESIS grant, following up on https://2i2c.org/blog/2024/jupyterhub-binderhub-gesis/.

This is a follow-up to https://github.com/2i2c-org/binderhub-service/pull/72.

Me and @simaattar2003 worked through this in a video session a few weeks ago. I need to encode that in a document, so she can try it out end to end herself. We have a meeting scheduled for Thurdsay Feb 8, so this needs to be done before that.

Things that would need to be documented:

yuvipanda commented 9 months ago

When we were testing this, we just used the hub image that is built by 2i2c for use in our hubs. However, I don't think this is a good long term plan. So I'm going to autobuild images based on the z2jh hub image but with fancy-profiles setup.

In https://github.com/yuvipanda/jupyterhub-fancy-profiles/pull/12

yuvipanda commented 9 months ago

This went great! Here are some notes on changes to make in the docs

yuvipanda commented 9 months ago

I've incorporated most of these suggestions into https://github.com/2i2c-org/binderhub-service/pull/82 now.