Turn your Jupyter notebooks into multiple choice, fill-in-the-blank questions.
- Clone the repo.
- Copy the
study.py
script into your bin directory. - Run
$ study.py filename.ipynb
in your terminal.
python script for automatically converting jupyter notebooks or other file types into a fill-in-the-blank exercise
PythonBSD-3-Clause