Template Notebook
This file serves as a placeholder and example for students. To add your own notebook:
- Write your code in a
.ipynbJupyter Notebook. - Run
jupyter nbconvert --to markdown your_notebook.ipynb. - Move the generated
.mdfile into themodelflowsapp/_notebooks/directory. - Add the YAML header block at the exact top of the file (like the title, topic, and tldr block you see when you open this file’s source code).
# Your exported python blocks will automatically look like this!
print("Hello ModelFLOWs Notebooks!")