{% extends "base.html" %} {% block title %}Conda Environments - {{ t.app_title }}{% endblock %} {% block content %}
Manage conda environments for script execution
Conda is not installed or not found on this system. Please install Miniconda or Anaconda to manage Python environments.
Installation options:
• Miniconda (minimal installer)
• Anaconda (full distribution)
ID | Environment Name | Python Version | Path | Status | Last Verified |
---|---|---|---|---|---|
{{ env.id }} | {{ env.name }} {% if env.name == 'base' %} Default {% endif %} | {% if env.python_version %} {{ env.python_version }} {% else %} Unknown {% endif %} | {{ env.path }} | {% if env.is_available %} Available {% else %} Unavailable {% endif %} | {% if env.last_verified %} {{ env.last_verified.strftime('%Y-%m-%d %H:%M') }} {% else %} Never {% endif %} |
Click "Refresh Environments" to scan for available conda environments.