Skip to content
Snippets Groups Projects
Commit 8ac1f695 authored by Steve Schmerler's avatar Steve Schmerler
Browse files

gp: use jupytext --update

parent b6b9d18e
No related branches found
No related tags found
1 merge request!2Update GP slides and notebooks
#!/bin/sh
for fn in 0*dim.py; do
jupytext --to ipynb $fn
jupytext --to ipynb --update $fn
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment