Giter Club home page Giter Club logo

conda-wingman's Introduction

Conda Wingman

GitHub license PRs Welcome Release

Banner

Version Downloads Ratings

This is the README for the extension Conda Wingman.

This extension aims to help VSCode users manage and interact with Conda environments. Conda Wingman aims to add QoL improvements that help programmers use environments without having to memorise all of the conda commands.

Features

VSCode Screenshot

Conda Wingman dynamically adds status bar items for quick Conda command access when a YAML file is open, simplifying Conda environment management directly within VSCode.

These can also be accessed from the VScode command pallet: Command Pallet

The supported commands are:

Creating Environments

  • Command: Create a Conda environment from the open requirements file by running: conda env create -f YOUR-REQUIREMENTS.YML
  • VS Code Command Palette: >Conda Wingman: Build Conda Environment from YAML file

Activating Environments

  • Command: Activate an existing Conda environment with: conda activate YOUR-ENVIRONMENT
  • VS Code Command Palette: >Conda Wingman: Activate Conda Environment

Writing Requirements Files

  • Command: Export the active Conda environment to a requirements file with: conda env export > YOUR_REQUIREMENTS_FILE
  • VS Code Command Palette: >Conda Wingman: Write a requirements YAML file from the active Conda Environment

Deleting Environments

  • Command: Remove an existing Conda environment by first deactivating, then removing it with:
    conda deactivate
    conda env remove -n YOUR-ENVIRONMENT
    
  • VS Code Command Palette: >Conda Wingman: Delete Conda Environment

Release Notes

See CHANGELOG for more information.

Contributing

All contributions are welcome! Please feel free to fork the repository and create a pull request.

License

Distributed under the MIT License. See LICENSE for more information.

Author

David Saunders - 2024

conda-wingman's People

Contributors

dependabot[bot] avatar djsaunders1997 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

conda-wingman's Issues

Add remove an env

Would be good if there was an option to remove an env as often the env may fail and having to manually delete it can take a bit of time. In order to do this it would require switching back to main before deleting the env

Setting the --prefix parameter while creating

Option to set the prefix parameter when creating a conda environment.

conda env create --file environment.yml --prefix ./env

This could be implemented as an extension setting or an input prompt.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.