diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-01-27 06:41:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:37:53 +0700 |
commit | 754c076a7fff13eb09acf6b748d0525a8beada46 (patch) | |
tree | bdbf79b86e790fbb3eca267ea3adbae01de75c64 /development/jupyter-ipyleaflet/README | |
parent | 06a5cf4d3e80760979e5557e378399b6233d9cc3 (diff) | |
download | slackbuilds-754c076a7fff13eb09acf6b748d0525a8beada46.tar.gz |
development/jupyter-ipyleaflet: Added (IPython Leaflet widget).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-ipyleaflet/README')
-rw-r--r-- | development/jupyter-ipyleaflet/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/jupyter-ipyleaflet/README b/development/jupyter-ipyleaflet/README new file mode 100644 index 0000000000..b325289ecc --- /dev/null +++ b/development/jupyter-ipyleaflet/README @@ -0,0 +1,5 @@ +jupyter-ipyleaflet is a Jupyter-Leaflet bridge enabling interactive maps in the +Jupyter notebook. + +Before the widgets may be used in an IPython notebook, execute the following: + jupyter nbextension enable --py ipyleaflet |