InstallationΒΆ

https://colab.research.google.com/assets/colab-badge.svg https://mybinder.org/badge_logo.svg

To use pycmap locally, you will need Python 3+ installed on your computer. We recommend the Anaconda Distribution.

pycmap can be installed using pip:

pip install pycmap

In order to use pycmap, you will need to obtain an API key from https://simonscmap.com/apikeymanagement.

Note

You may install pycmap on cloud-based Jupyter notebooks (such as Binder, or Colab) by running the following command.

!pip install pycmap
#!pip install pycmap     #uncomment to install pycmap on Colab

import pycmap

pycmap.__version__