-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
active matter tutorial to notebook (#4304)
Fixes #4183 Description of changes: - move the active matter tutorial scripts to a single notebook - add exercise blocks - rework text
- Loading branch information
Showing
23 changed files
with
1,030 additions
and
6,406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,5 @@ | ||
configure_tutorial_target( | ||
TARGET | ||
tutorial_am | ||
DEPENDS | ||
active_matter.ipynb | ||
figures/friction.svg | ||
figures/pusher-puller.svg | ||
figures/enhanced.svg | ||
figures/geometry.svg | ||
figures/rectify.jpg | ||
figures/rectification.svg | ||
figures/flow_field.svg | ||
exercises/enhanced_diffusion.py | ||
exercises/flow_field.py | ||
exercises/rectification_geometry.py | ||
exercises/rectification_simulation.py | ||
solutions/enhanced_diffusion.py | ||
solutions/flow_field.py | ||
solutions/rectification_geometry.py | ||
solutions/rectification_simulation.py | ||
solutions/solutions.txt) | ||
TARGET tutorial_am DEPENDS active_matter.ipynb figures/friction.svg | ||
figures/pusher-puller.svg figures/geometry.svg figures/flow_field.svg) | ||
|
||
nb_export(TARGET tutorial_am SUFFIX "" FILE "active_matter.ipynb" HTML_RUN) | ||
nb_export(TARGET tutorial_am FILE "active_matter.ipynb" HTML_RUN) |
Oops, something went wrong.