/jupyter-fortran-kernel

Minimal Jupyter Fortran kernel

Primary LanguagePythonOtherNOASSERTION

Minimal Fortran kernel for Jupyter

This is a fork of Brendan Rius's jupyter-c-kernel.

Manual installation

Works only on Linux and OS X. Windows is not supported yet. If you want to use this project on Windows, please use Docker.

  • Make sure you have the following requirements installed:
  • gcc
  • jupyter
  • python 3
  • pip

Step-by-step:

  • pip install jupyter-fortran-kernel
  • install_fortran_kernel
  • jupyter-notebook. Enjoy!