-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Management of Questions & Answers / Quizzes & Exams #17
Comments
SciPy people might have something with CSS hiding answers (SciPy lecture notes). Not keen on customising iPython: https://github.com/ipython/ipython-in-depth |
Python Challenge: http://www.pythonchallenge.com/pc/def/0.html |
Exercise and Exercise2 notebook extensions: http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html Activate from command line: conda install -c conda-forge jupyter_contrib_nbextensions
jupyter nbextension enable rubberband/main
jupyter nbextension enable exercise2/main Viewable via: |
Or (thinking back to Perl-like interpolation):
{{foo}} is replaced by {{X}} and the value of foo saved to an answers file (or in a hidden cell) from which it can be read in later. Could work with, say, an answer passphrase to unlock the results. |
Leave for later. Messy. |
Ability to import answers/code after the fact?
E.g. if you don't give 100% working code how do you manage changes over time?
The text was updated successfully, but these errors were encountered: