Install and update

Anaconda Mosaic is available for installation only to current Anaconda Enterprise subscribers. Mosaic is not available separately.

Requirements

  • 64-bit Windows, 64-bit OS X, or 64-bit Linux (tested on CentOS, Ubuntu)
  • conda
  • License file from your sales representative.

Install

If you do not yet have the conda package manager, install it now.

Create a new Python 3.4 environment named mosaic:

conda create -n mosaic python=3.4

Activate the environment.

On OS X or Linux:

source activate mosaic

On Windows:

activate mosaic

Add the anaconda-mosaic channel:

conda config --add channels anaconda-mosaic

Install the package anaconda-mosaic:

conda install anaconda-mosaic

License File Installation

You will have received a bundled Anaconda subscription license file with a filename such as license_bundle_20160329183212.txt. Copy this license file into the hidden .continuum directory. For help with hidden directories, please see our license installation page.

Anaconda Mosaic is now installed. To test your installation and open Mosaic, run:

anaconda-mosaic

Next Steps

To use Mosaic, see our Getting started.

Update

You can use conda to update Mosaic to the latest version:

conda update anaconda-mosaic