This is a repo that hosts projects/demos we tackled during Jupyter Server's weekly contributing hour.
- Adding a websocket handler as a server extension
- Jupyter Server Extension backed by a SQLite Database
jupyter server --autoreload
runs a Jupyter Server that autoreloads the webapp and all imported Python packages when any changes are made to any Python src files in server or extensions.
We create a new branch each week that contains the code we wrote together. We'll add references to those branches in this README for easy search/access.