gator
gator copied to clipboard
Conda environment and package management extension from within Jupyter
For some unknown reasons, switching to the jupyter-server pytest logic is not working for the API tests on the CI - it works locally for me. This needs investigation but...
This is a PoC for now. It will be good to see if it can be made compatible with JLab extensions system so that for example theme can be dynamically...
## Description When gator is installed, mamba is still running after jupyter lab is closed: the GUI is closed but the mamba process is not completed and in the system...
This is a feature request. I'm running gator on a clustered installation served using JupyterHub. After looking over the code I've learned how gator caches packages - using the /tmp...
Wondering whether React hooks could be used directly for new components, instead of class based components. Since the current react in `peerDependencies` should support them (added in 16.8.0). _Originally posted...
What do you think of this mock-up? The idea is to add an icon in the toolbar above the packages list (it will be absent if mamba is not available...
Do you think it would be interesting to rename the project into "conda / mamba navigator" now that it has a standalone mode? (we also thought of of "gator" :)....
## Description Currently the navigator is built on top of a JupyterLab server. This is not a good idea as it brings endpoints for kernels, content management, terminal,... . We...
Now that JupyterLab 3.0.0rc4 is available on both PyPI and conda forge, we can start updating both the labextension and the navigator to the 3.0 packages. We should also look...
At the moment, the launcher is added in the notebook section. Should it be in another category instead? Can we define new categories for the launcher in JupyterLab?