無聊なる日々の雑記

音楽のこととかプログラムのこととかつらつらと・・・

JupyterでFortran @Windows10

まずWindows10にGitを入れる.

https://git-scm.com/downloads

 

Anaconda3 のプロンプトを開いて

  • git clone git@github.com:ZedThree/jupyter-fortran-kernel.git
  • pip install -e jupyter-fortran-kernel
  • cd jupyter-fortran-kernel
  • jupyter-kernelspec install fortran_spec/

そしてjupyter-notebookを開くとNewの所にFortranが含まれているはず・・・

 

参考URL:

https://qiita.com/cure_honey/items/fdacaa9ec8baa7aabea6

https://github.com/ZedThree/jupyter-fortran-kernel

https://funatsu-lab.github.io/open-course-ware/env/construct-python-env/

 

尚,openではやはりエラーが出る模様.