Skip to content

consider jupyter-bookifying recent workshops #68

@ljwolf

Description

@ljwolf

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.

  1. 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
  2. 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.rough edgeSomething that's not quite right, but not a bug. Could be a bad UX/UI, or a numeric that feels weird

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions