-
Notifications
You must be signed in to change notification settings - Fork 189
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
Convert active matter and reaction ensemble tutorials to ipython #3249
Comments
I suggest to delete the old reaction ensemble tutorial completely. |
Tutorial reaction ensemble: replaced by the constant pH tutorial in 4.2. Tutorial active matter: the LaTeX file was converted to Jupyter in jngrad/espresso/fix-3249. # to get a readable diff
git show 9fd068464b:doc/tutorials/06-active_matter/06-active_matter.tex | sed -r 's/^(.*)$/ "\1\\n",/' > 06-active_matter.tex.bak
git show 961ba8e776:doc/tutorials/06-active_matter/06-active_matter.ipynb > 06-active_matter.ipynb.bak
meld 06-active_matter.tex.bak 06-active_matter.ipynb.bak Everything related to LaTeX or BibTeX was also removed. @mkuron: how should we proceed with the exercises and solutions?
|
Convert the last remaining LaTeX file to Jupyter and delete all LaTeX-related resources. Partial fix for #3249
Here is a solution to mask solutions and prevent them from running when clicking on "Run all cells":
In CI, we need to convert those markdown cells back into code and delete the next code cell (which should be empty). There are a few glitches if you forget to convert the code cell into a markdown cell before clicking the "exercise2" button (I saw unicode glyphs being inserted, probably as a workaround for a known bug with matplolib). @biermanncarl is currently looking into this. Since the original issue here was converting the tutorials into IPython, and this task has been completed, I'm closing this. Feel free to open tickets to any tutorial(s) that you would like to see improved with this |
The students last week struggled quite a bit with the active matter tutorial because it was the only one not in ipython yet.
The text was updated successfully, but these errors were encountered: