Install jupyter-forward#

jupyter-forward can be installed in three ways:

Using the pip package manager:

$ python -m pip install jupyter-forward

Using the conda package manager that comes with the Anaconda/Miniconda distribution:

$ conda install jupyter-forward --channel conda-forge

To install a development version from source:

$ git clone https://github.com/ncar-xdev/jupyter-forward
$ cd jupyter-forward
$ python -m pip install -e .