Different approaches and attempts to customize Jupyter Notebooks and the Jupyter Lab Interface to make it more usable for aspiring designers.
- First notebook
- Notebook with custom widget
- This custom widget only works in the classical notebooks
- You can find the widget in this notebook
- Notebook with custom svelte widget
- You can find the svelte widget here
- Notebook with vue template as widget
To start the development enviroment use
docker compose up
To rebuild the docker image use
docker compose up --build