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

Add convert-to-ipynb script

parent 90eafd04
No related branches found
No related tags found
1 merge request!1BLcourse2.3Add GP part
#!/bin/sh
for fn in 0*dim.py; do
jupytext --to ipynb $fn
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment