{{ projectCtrl.currentProject.projectName}} / Jobs

{{pythonCtrl.loadingText}}

Anaconda

Using Jupyter requires that Anaconda is enabled for the project. Select one of the two options below.


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

You can remove and recreate the Anaconda environment at a later stage.


Option 2: Create environment from Anaconda .yml file.

Select package location

Install Python libraries using pip in Anaconda environment

Python Version is {{pythonCtrl.pythonVersion}}
Creating new Anaconda environment...
Removing old Anaconda environment...
Wrong version pattern.
{{pythonCtrl.pipResultsMsg}}
{{row.library}}
{{pythonCtrl.pipSelectedLibs[row.library].version}}
{{row.status}}

Install Python libraries using conda in Anaconda environment

Python Version is {{pythonCtrl.pythonVersion}}
Creating new Anaconda environment...
Removing old Anaconda environment...
Wrong version pattern.
{{pythonCtrl.condaResultsMsg}}
{{row.library}}
{{pythonCtrl.condaSelectedLibs[row.library].version}}
{{row.status}}

Select .whl or .egg file

You selected: {{pythonCtrl.uploadDepPath}}

Install from git repository

Private git

{{ pythonCtrl.privateGitRepo? 'YES' : 'NO' }}

Select API key

Manage Environment

Channel Library Version Package Manager Status User-Installed
{{row.channel}}
{{row.library}}
{{row.version}}
{{row.packageSource}}
{{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
Ongoing
Failed
Error Logs for {{pythonCtrl.errorOp}} {{pythonCtrl.errorArtifact}}