Install#
Important
This extension doesn’t directly depend on JupyterLab, as it is intended to support other front-ends.
If you’re using it with JupyterLab, it requires JupyterLab >= 4.0.0
From PyPI#
uv add jupyter-xarray-tiler
pip install jupyter-xarray-tiler
From Conda Forge#
Warning
This method of installation doesn’t work yet. Install from source or see the contributing instuctions for now.
pixi add jupyter-xarray-tiler
conda install jupyter-xarray-tiler
You can substitute conda in this command for mamba or micromamba as appropriate.
From source#
Hint
If you prefer to install from a local clone, view the contributing instuctions.
uv add git+https://github.com/geojupyter/jupyter-xarray-tiler.git#egg=jupyter-xarray-tiler
pip install git+https://github.com/geojupyter/jupyter-xarray-tiler.git#egg=jupyter-xarray-tiler
Uninstall#
Depending on how you installed:
uv remove jupyter-xarray-tiler
pip uninstall jupyter-xarray-tiler
pixi remove jupyter-xarray-tiler
conda uninstall jupyter-xarray-tiler
You can substitute conda in this command for mamba or micromamba as appropriate.