Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ conda create -n <NAME_OF_ENVIRONMENT> python matplotlib numpy cartopy netcdf4 xarray


Note that if you want to use Jupyter, you may also need to include the following in your install with conda :

Code Block
$ conda install -c conda-forge jupyter jupyterlab


You can then start jupyter  with the following:

Code Block
$ jupyter lab --no-browser --ip=0.0.0.0


Page properties
hiddentrue


Related issues



...