gator
gator copied to clipboard
Conda environment and package management extension from within Jupyter
## Description Can Gator provide an option to disable background loading? Mamba Gator is slowing down the JupyterLab at startup. ## Reproduce `mamba install -y mamba_gator` 1. Go to JupyterLab...
## Description Since we added `mamba` into our conda env, we are unable to update the cache of available package list. The extension used to work properly before. I removed...
This PR is a stepping stone to a minimum viable user experience for Conda Store: https://github.com/Quansight/conda-store/issues/228 Subsequent PRs will change the search box so that instead of merely filtering down...
## Summary This PR adds the ability to add conda-store packages. ## Changes * Created new function to add a list of packages to an environment; if a package already...
Hi there! I’m part of a team looking to [integrate conda-store into gator](https://github.com/Quansight/conda-store/projects/3) (thanks to @fcollonval for meeting with us). I would like to start this issue as a place...
Point `quetz_url` and `quetz_solve_url` in `packages/common/src/components/CondaHints.ts` to your Quetz server/solver. On the Quetz server with the solver add: ``` [cors] allow_origins=["*", "http://localhost"] ``` to `config.toml` The code completion in the...
I have two environments, `base` and `rtc`, and in fact this version of JupyterLab was started from the `rtc` one. From a terminal in Lab I can see `conda env...