Skip to content

Installation

In your terminal, install dash-express.

$ pip install dash-express

---> 100%

This also brings along the Plotly Dash, Pandas, Dash Mantine Components & Dash Leaflet . This library is under active development, so install and upgrade frequently.

We also recommend installing GeoPandas, which is required by Generated Geojson for leaflet maps.

Installation GeoPandas.

To install the released version, you can use pip:

pip install geopandas

or you can install the conda package from the conda-forge channel:

conda install -c conda-forge geopandas