davidbrochart / ipyearth

An IPython Widget for Earth Maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binder

ipyearth

An IPython Widget for Earth Maps

alt text

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

About

An IPython Widget for Earth Maps

License:MIT License


Languages

Language:JavaScript 95.8%Language:Python 3.1%Language:CSS 1.0%Language:Shell 0.0%