-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
enhancementsomething necessary to improve the quality of instruction.something necessary to improve the quality of instruction.rough edgeSomething that's not quite right, but not a bug. Could be a bad UX/UI, or a numeric that feels weirdSomething that's not quite right, but not a bug. Could be a bad UX/UI, or a numeric that feels weird
Description
many of our recent workshops link directly to a github repository where the source for the workshop is stored. However, @thedatalass correctly notes that this is very alienating for many users.
One thing I've looked into is making jupyter-books for workshop content. This has a few advantages.
- Jupyter book has a content-focused UI, meaning that the intent of the UI is to show you the content of the workshop, not the filestructure of the workshop. This means:
- inline/rich images in jupyter notebooks
- navigation hints, like section headings and "next/previous" buttons.
- appropriate detail/linking back to the source project
- Jupyter book code can be executed in the browser if the environment is specified, using thebelab (if we figure out the execution environment within which the code executes)
The process involved in making jupyter-books out of our workshops will not be complicated. I propose that we do this at least for the first 5/10 workshops.
Metadata
Metadata
Labels
enhancementsomething necessary to improve the quality of instruction.something necessary to improve the quality of instruction.rough edgeSomething that's not quite right, but not a bug. Could be a bad UX/UI, or a numeric that feels weirdSomething that's not quite right, but not a bug. Could be a bad UX/UI, or a numeric that feels weird