InstallationΒΆ

Anaconda Scale can be installed via Anaconda Adam, the Anaconda platform installer. Refer to the Anaconda Adam documentation for more information about the installation process.

After installing Anaconda Adam and provisioning a cluster, you can install a centrally managed version of Anaconda on all of the cluster nodes using:

$ adam scale -n <cluster-name> cluster install

You can also install Dask and Distributed and start Distributed workers on all of the cluster nodes using:

$ adam scale -n <cluster-name> dask install

You can also install a single-user Jupyter Notebook server on the head node of the cluster using:

$ adam scale -n <cluster-name> notebook install