Closed CloudNiner closed 1 year ago
Looks like pulling image tag v0.21.4
works:
➜ ~/jupyter docker run -it -p 8899:8888 giswqs/leafmap:v0.21.4
Entered start.sh with args: jupyter lab
Executing the command: jupyter lab
[I 2023-08-18 17:31:02.069 ServerApp] Package jupyterlab took 0.0000s to import
Thanks for reporting. This issue has been fixed. Somehow there were some dependency conflicts. Pin jsonschema==4.18.0
solves the issue.
Environment Information
Description
Run the leafmap Docker image provided in the docs at https://leafmap.org/installation/#use-docker
What I Did