What problem does it solve?
It resolves failed or missing Python plotting environments by guiding you through end-to-end setup of Miniconda, creating a dedicated environment, installing the needed visualization packages, and validating everything before you run your code.
Core Features & Use Cases
- Cross-platform environment setup (macOS/Linux/Windows): Detects your OS and runs the appropriate installation and initialization steps.
- Miniconda installation and conda initialization: Installs Miniconda if needed, initializes your shell, and verifies conda is usable.
- Creates and prepares a plotting-ready research environment: Creates a
research conda environment (Python 3.11), installs core plotting/data libraries, and registers an IPython kernel for Jupyter.
- Environment self-check and troubleshooting: Verifies imports/versions and provides targeted fixes for common issues like
conda: command not found and slow downloads.
Quick Start
Tell the AI: "I need to install Miniconda and set up a Python plotting environment with conda for my research notebooks."