Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 509 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 509 Bytes

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!