XCast is distributed on Anaconda , and can be installed like any other Python library with the following command:
conda install -c conda-forge -c hallkjc01 xcast
to set up an XCast environment for use with Jupyter notebook, please use the following commands:
conda create -n xcast_env -c conda-forge -c hallkjc01 xcast xarray netcdf4 jupyter ipykernel
conda activate xcast_env
python -m ipykernel install --name=xcast_env --user
you'll then be able to select xcast_env
from the list of available jupyter kernels in your jupyter notebook
Distributed under the MIT License. See LICENSE
for more information.
Please make an issue here.