pavithraes / jupyterlab-conda-store

The official Jupyterlab extension for conda-store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conda-store jupyterlab extension

GitHub Workflow Status

GitHub Workflow Status

A jupyterlab extension that provides a beautiful, user-friendly graphical interface for building and managing environments using an instance of conda-store.

Requirements

  • JupyterLab >= 3.0

Install

To install the extension, execute:

pip install jupyterlab-conda-store

Uninstall

To remove the extension, execute:

pip uninstall jupyterlab-conda-store

Release

To create a new pacakge and release:

  1. Bump the version as indicated in pyproject.toml and package.json

  2. Create a new release, and then enusre the release tag is the same as the bumped version tag.

About

The official Jupyterlab extension for conda-store

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 62.5%Language:JavaScript 24.6%Language:Python 11.2%Language:CSS 1.7%