Skip to content

kepler map not showing #107

Answered by giswqs
Niko-La asked this question in Q&A
Discussion options

You must be logged in to vote

Are you using Jupyter notebook or JupyterLab? This seems to be a common issue. See

Try creating a fresh conda env to install leafmap and keplergl.

    conda create -n geo python=3.8
    conda activate geo
    conda install geopandas
    conda install mamba -c conda-forge
    mamba install leafmap xarray_leaflet -c conda-forge
    pip install keplergl

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by giswqs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants