minhbau / python-fortran

Python-Fortran bindings examples

Home Page:https://pnavaro.github.io/python-fortran/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python-Fortran bindings examples

https://pnavaro.github.io/python-fortran/

License:MIT License


Languages

Language:Jupyter Notebook 99.0%Language:Fortran 0.9%Language:Makefile 0.0%