Using pip

pip install CartoCosmos

Using conda

  1. First start by downloading Anaconda. Go to Anaconda’s download page and follow the instructions for your operating system. You can either download Anaconda3, a distribution with data analysis packages preinstalled, or Miniconda, a bare-bones distribution.
  2. Follow instructions on how to setup Anaconda here.
  3. This is an environment.yml file in the jupyter directory. From this directory, in your terminal, type:
conda env create -f environment.yml

This will create a conda envirnment named leaflet containing the packages needed to run our jupyter notebooks.

  1. Now, activate the environment:
conda activate leaflet
  1. Finally, open our example notebook:
jupyter notebook examples/Example.ipynb.