ykatsu111 / jupyter-grads-kernel

GrADS kernel for Jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GrADS kernel for Jupyter

This software is a simple wrapper of GrADS. You can execute any GrADS commands on your system.

Installation

Make sure you have the following requirements installed:

  • jupyter
  • python 3
  • pip
  • grads (which must be a command named by 'grads')

Steps to install:

  1. git clone https://github.com/ykatsu111/jupyter-grads-kernel
  2. pip install --user git+https://github.com/ykatsu111/jupyter-grads-kernel
  3. cd jupyter-grads-kernel
  4. jupyter kernelspec install --user grads_spec

Then, a kernel "GrADS" will be shown in your jupyter notebook or lab.

Demo

You can see an example notebook at sample.ipynb.

Uninstall

  1. jupyter kernelspec uninstall grads_spec
  2. pip uninstall jupyter-grads-kernel

About

GrADS kernel for Jupyter

License:MIT License


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%