Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 605 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 605 Bytes

Jupyter/IPython Notebooks

For testing and prototyping LCMAP APIs, UX, and DX

Dependencies

LCMAP depends upon the GDAL library and this is something that needs to be installed on your system using your package manager.

For Mac OS X:

$ brew install gdal

For Debian-based Linux:

$ sudo apt-get install gdal

Usage

Python

To start a Jupyter Notebook running a Python 3 kernel, run the following:

$ make py-run

Clojure

To start a Jupyter Notebook running a Clojure kernel, run the following:

$ make clj-run