Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.64 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.64 KB

Python-Fortran bindings examples

binder jupyterbook

git clone https://github.com/pnavaro/python-fortran.git
cd python-fortran
conda env create -f environment.yml
conda activate python-fortran
jupyter notebook

You can open py files or ipynb files in notebooks directory. They are synchronized with jupytext.

Reminder: Build the Jupyter book

make
jupyter-book build notebooks

and eventually push the book to gh-pages

ghp-import -n -p -f notebooks/_build/html

Pierre Navaro IRMAR CNRS