Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 472 Bytes

File metadata and controls

21 lines (15 loc) · 472 Bytes

jansfortrankernel

Logo

A jupyter kernel implementation of Fortran.

Dev Installation

  • install gcc-fortran
  • download/clone this project
  • open shell in project folder
  • pip install -e ./
  • then install kernelspec
  • jansfortrankernel
  • or
  • jupyter kernelspec install --user jansfortrankernel

Uninstall

  • jupyter kernelspec uninstall jansfortrankernel
  • pip uninstall jansfortrankernel