Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giswqs/leafmap-jupyterlite
Leafmap for Jupyterlite
https://github.com/giswqs/leafmap-jupyterlite
bokeh folium geospatial ipyleaflet jupyter jupyterlite leafmap mapping plotly
Last synced: about 1 month ago
JSON representation
Leafmap for Jupyterlite
- Host: GitHub
- URL: https://github.com/giswqs/leafmap-jupyterlite
- Owner: giswqs
- Created: 2022-11-23T23:24:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T22:06:48.000Z (9 months ago)
- Last Synced: 2024-11-02T12:33:51.509Z (about 2 months ago)
- Topics: bokeh, folium, geospatial, ipyleaflet, jupyter, jupyterlite, leafmap, mapping, plotly
- Language: Jupyter Notebook
- Homepage: https://demo.leafmap.org
- Size: 7.24 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JupyterLite Demo
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://demo.leafmap.org)
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:
```bash
%pip install -q leafmap
```Alternatively, you can install leafmap using piplite:
```python
import piplite
await piplite.install('leafmap')
```To install GeoPandas, you can use:
```python
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.
![](https://i.imgur.com/rL4rc6A.png)