This is a temporary repository to demonstrate CMR API.
- Install Jupyter on your system to run the notebooks. It may be easiter to use pip to install Jupyter intead of Anaconda.
- Install the bash kernel for iPython/Jupyter
pip install bash_kernel
python -m bash_kernel.install
- Launch Jupyter in this directory:
jupyter notebook
- Select the 'cmr-servir-intro.ipynb' file.
- Read through the introduction and then move on to the other notebooks by selecting the links at the bottom of the introductory notebook.