{{ projectCtrl.currentProject.projectName}} / Jobs

{{pythonCtrl.loadingText}}

Anaconda

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


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

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


Option 2: Create environment from Anaconda .yml file.


Option 3: Create environment from pip requirements.txt file.

This project is using an old project environment which may not be compatible with the current installation, to upgrade please remove and recreate the environment.

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 package file

You selected: {{pythonCtrl.uploadDepPath}}

Install from git repository

Private git

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

Select API key

Conflicts detected in this environment
A new release {{lib.latestVersion}} for {{lib.library}} is available. It is recommended that you upgrade as version {{lib.version}} is installed.

Manage Environment

There are no installed libraries.
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
Listing libraries in base 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}}