Anaconda

Jupyter requires an Anaconda installation. Select one of the two options below.


Option 1 (Recommended for new users): Create a default environment with pre-installed libraries.

You can change the version of Python at a later stage by recreating the Anaconda environment.


Option 2: Create environment from Anaconda .yml file.

Install Python libraries using conda in Anaconda environment

Python Version is {{pythonCtrl.pythonVersion}}
Creating new Anaconda environment...
Removing old Anaconda environment...
{{pythonCtrl.condaResultsMsg}}

Installation mode

All machines
CPU machines
GPU machines
{{row.library}}
{{pythonCtrl.condaSelectedLibs[row.library].version}}
{{row.status}}

Anaconda

Jupyter requires an Anaconda installation. Select one of the two options below.


Option 1 (Recommended for new users): Create a default environment with pre-installed libraries.

You can change the version of Python at a later stage by recreating the Anaconda environment.


Option 2: Create environment from Anaconda .yml file.

Install Python libraries using pip in Anaconda environment

Python Version is {{pythonCtrl.pythonVersion}}
Installing Anaconda environment on all hosts
{{pythonCtrl.pipResultsMsg}}

Installation mode

All machines
CPU machines
GPU machines
{{row.library}}
{{pythonCtrl.pipSelectedLibs[row.library].version}}
{{row.status}}

Installed Python Libraries

Channel Library Version Package Manager MachineType Status User-Installed
{{row.channel}}
{{row.library}}
{{row.version}}
{{row.packageManager}}
{{row.machine}}
{{pythonCtrl.getStatus(row)}}
{{pythonCtrl.getStatus(row)}}
{{pythonCtrl.getStatus(row)}}
Pre-installed

Ongoing Anaconda operations

There are no ongoing operations.
Operation Progress
{{row.commands.items[0].op}}
Environment
{{row.library}} Creating environment from .yml file
{{pythonCtrl.getVersion(row)}} {{pythonCtrl.getStatus(row)}} {{pythonCtrl.getStatus(row)}}
Done {{pythonCtrl.getCountForStatus('SUCCESS', row) +'/'+ pythonCtrl.getMachineCount(row)}}
Ongoing {{pythonCtrl.getCountForStatus('ONGOING', row) + pythonCtrl.getCountForStatus('NEW', row) +'/'+ pythonCtrl.getMachineCount(row)}}
Failed {{pythonCtrl.getCountForStatus('FAILED', row) +'/'+ pythonCtrl.getMachineCount(row)}}