Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A Jupyter - Leaflet.js bridge

License

NotificationsYou must be signed in to change notification settings

jupyter-widgets/ipyleaflet

Repository files navigation

DocumentationBinderJoin the Gitter ChatDownloads

A Jupyter / Leaflet bridge enabling interactive maps in the Jupyter notebook.

Usage

Selecting a basemap for a leaflet map:

Basemap Screencast

Loading a geojson map:

GeoJSON Screencast

Making use of leafletjs primitives:

Primitives Screencast

Using the splitmap control:

Splitmap Screencast

Displaying velocity data on the top of a map:

Velocity Screencast

Choropleth layer:

Choropleth Screencast

Widget control

Widget Control

Installation

Using conda:

conda install -c conda-forge ipyleaflet

Using pip:

pip install ipyleaflet

Installation from sources

For a development installation (requires yarn, you can install it withconda install -c conda-forge yarn):

git clone https://github.com/jupyter-widgets/ipyleaflet.gitcd ipyleaflet(cd python/jupyter_leaflet; pip install -e .)(cd python/ipyleaflet; pip install -e .)

For developing with JupyterLab:

jupyter labextension develop --overwrite jupyter_leaflet

Documentation

To get started with usingipyleaflet, check out the full documentation

https://ipyleaflet.readthedocs.io/

License

We use a shared copyright model that enables all contributors to maintain thecopyright on their contributions.

This software is licensed under the MIT license. See theLICENSE file for details.

Related projects

Theipyleaflet repository includes thejupyter-leaflet npm package, whichis a front-end component, and theipyleaflet python package which is thebackend for the Python Jupyter kernel.

Similarly, thexleaflet projectprovides a backend tojupyter-leaflet for the "xeus-cling" C++ Jupyterkernel.

Xleaflet Screencast


[8]ページ先頭

©2009-2025 Movatter.jp