https://github.com/octoframes/jupyter_stepwise
Running notebooks step-by-step for educational purpose.
https://github.com/octoframes/jupyter_stepwise
Last synced: 6 months ago
JSON representation
Running notebooks step-by-step for educational purpose.
- Host: GitHub
- URL: https://github.com/octoframes/jupyter_stepwise
- Owner: Octoframes
- License: mit
- Created: 2023-04-02T15:22:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T19:23:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T16:14:27.206Z (over 1 year ago)
- Size: 1.86 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
“Teaching and Learning with Jupyter” https://jupyter4edu.github.io/jupyter-edu-book/catalogue.html shows notebook patterns that are useful for notebook exercises.
This repo can extend some of these practices.
One idea for "Fill in the blanks" is section wise notebooks, similar to the way this is done at brilliant, as can be seen in this screenrecodring:
Here are some ideas on how to fragment notebooks:
Low opactiy areas
-> TODO : find evidance that this is actually good.
-> TODO: make mock-up
How to deliver the notbook information more peacewise?
* Set low opacity to all sections that are not yet reaced by the stundent.
* The sections that the student already worked on are full opacity.
* Hide all future sections completely, only show them when the button "Reveal Next Section" is pressed.
* Also possible to reveal that next section by Command+Enter.
*