Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidbrochart/ipyearth

An IPython Widget for Earth Maps
https://github.com/davidbrochart/ipyearth

Last synced: 2 months ago
JSON representation

An IPython Widget for Earth Maps

Awesome Lists containing this project

README

        

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/davidbrochart/ipyearth/master?filepath=examples%2Fdemo.ipynb)

ipyearth
===============================

An IPython Widget for Earth Maps

![alt text](examples/example.png)

Installation
------------

To install, clone this repository and use pip:

$ git clone https://github.com/davidbrochart/ipyearth.git
$ cd ipyearth
$ pip install -e .
$ jupyter nbextension enable --py --sys-prefix ipyearth

For a development installation (requires npm):

$ jupyter nbextension install --py --symlink --sys-prefix ipyearth
$ jupyter nbextension enable --py --sys-prefix ipyearth

For JupyterLab:

$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
$ jupyter labextension install ./js