conda-store JupyterLab extension
An extension to use the conda-store UI - a React-based frontend for conda-store, within JupyterLab.
Install 📦
-
Pre-requisites:
conda-store-server
, JupyterLab >= 4.0, and Python >= 3.8 -
Install the extension:
- conda
- pip
conda install -c conda-forge jupyter-lab-conda-store
pip install jupyterlab-conda-store
- Start JupyterLab:
jupyter lab
- (Optional) Uninstall the extension
- conda
- pip
conda uninstall jupyter-lab-conda-store
pip uninstall jupyterlab-conda-store
Usage
In the JupyterLab window, click on the conda-store
menu bar item to open the UI in a new window within JupyterLab:
Learn to use the interface with conda-store UI tutorials.