GitXplorerGitXplorer
j

jansfortrankernel

public
8 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
a85e7d919f408003224d94708fe05790813c7c4e

fix: borked shebang

jjans-code committed 9 months ago
Verified
0777c45b4f29a045561d2175330d499bd724681f

changed heads

jjans-code committed a year ago
Verified
0d2cd1b8edc8d84bdc2e30ad3bc474bff3bd7c41

added jupyterlab 4 compatibility info & versioning change

jjans-code committed 2 years ago
Verified
5a88c2868e2f40d3d0e427a6d57fcc530637054b

initial commit

jjans-code committed 2 years ago

README

The README file for this repository.

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