Leafmap for Jupyterlite
Last updated Aug 5, 2024
10
Stars
2
Forks
0
Issues
0
Stars/day
Attention Score
1
Language breakdown
Jupyter Notebook 99.4%
Python 0.6%
▸ Files
click to expand
README
JupyterLite Demo
JupyterLite deployed as a static site to GitHub Pages, for demo purposes.
✨ Try it in your browser ✨
➡️ https://demo.leafmap.org
Repository
➡️ https://github.com/giswqs/leafmap-jupyterlite
Usage
Install leafmap for JupyterLite using:
%pip install -q leafmap
Alternatively, you can install leafmap using piplite:
import piplite
await piplite.install('leafmap')
To install GeoPandas, you can use:
import piplite
await piplite.install(['geopandas', 'shapely', 'pyproj'], deps=False)
How to get an updated version of JupyterLite
To clear local storage and sync with the latest version of JupyterLite site on GitHub, you can use:
Chrome Settings -> More tools -> Developer tools -> Application -> Storage -> IndexedDB -> JupyterLite Storage -> Right click files -> Clear
Then press F5 to refresh the page.

🔗 More in this category