# jupyter-conda-store

> A JupyterLab Extension meant for conda-store

Latest version **0.1.0** (published 2020-10-01) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install jupyter-conda-store
pnpm add jupyter-conda-store
yarn add jupyter-conda-store
bun add jupyter-conda-store
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2020-10-01 |
| First published | 2020-10-01 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 17 |
| Unpacked size | 27.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Anirrudh Krishnan |
| Maintainers | anirrudh |
| Keywords | jupyter, jupyterlab, jupyterlab-extension |

## Links

- npm: https://www.npmjs.com/package/jupyter-conda-store
- Repository: https://github.com/my_name/myextension
- Homepage: https://github.com/Quansight/jupyterlab-conda-store
- Issues: https://github.com/Quansight/jupyterlab-conda-store/issues
- npm.io page: https://npm.io/package/jupyter-conda-store

## Dependencies (17)

- [react](https://npm.io/package/react.md) 16.9.0
- [js-yaml](https://npm.io/package/js-yaml.md) ^3.14.0
- [bootstrap](https://npm.io/package/bootstrap.md) ^4.5.2
- [react-ace](https://npm.io/package/react-ace.md) ^9.1.4
- [ace-builds](https://npm.io/package/ace-builds.md) ^1.4.12
- [tailwindcss](https://npm.io/package/tailwindcss.md) ^1.8.7
- [@types/react](https://npm.io/package/@types/react.md) ^16.9.49
- [@types/js-yaml](https://npm.io/package/@types/js-yaml.md) ^3.12.5
- [@lumino/widgets](https://npm.io/package/@lumino/widgets.md) ^1.14.0
- [react-bootstrap](https://npm.io/package/react-bootstrap.md) ^1.3.0
- [@types/react-dom](https://npm.io/package/@types/react-dom.md) ^16.9.8
- [@jupyterlab/apputils](https://npm.io/package/@jupyterlab/apputils.md) ^2.2.4
- [@jupyterlab/mainmenu](https://npm.io/package/@jupyterlab/mainmenu.md) ^2.2.2
- [@jupyterlab/application](https://npm.io/package/@jupyterlab/application.md) ^2.0.0
- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) ^0.1.11
- [@fortawesome/fontawesome-svg-core](https://npm.io/package/@fortawesome/fontawesome-svg-core.md) ^1.2.30
- [@fortawesome/free-solid-svg-icons](https://npm.io/package/@fortawesome/free-solid-svg-icons.md) ^5.14.0

## Recent versions

- 0.1.0 (latest) — 2020-10-01

## README

# jupyter-conda-store

![Github Actions Status](https://github.com/my_name/myextension/workflows/Build/badge.svg)

A JupyterLab Extension meant for conda-store



## Requirements

* JupyterLab >= 2.0

## Install

```bash
jupyter labextension install jupyter-conda-store
```

## Contributing

### Install

The `jlpm` command is JupyterLab's pinned version of
[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use
`yarn` or `npm` in lieu of `jlpm` below.

```bash
# Clone the repo to your local environment
# Move to jupyter-conda-store directory

# Install dependencies
jlpm
# Build Typescript source
jlpm build
# Link your development version of the extension with JupyterLab
jupyter labextension install .
# Rebuild Typescript source after making changes
jlpm build
# Rebuild JupyterLab after making any changes
jupyter lab build
```

You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.

```bash
# Watch the source directory in another terminal tab
jlpm watch
# Run jupyterlab in watch mode in one terminal tab
jupyter lab --watch
```

Now every change will be built locally and bundled into JupyterLab. Be sure to refresh your browser page after saving file changes to reload the extension (note: you'll need to wait for webpack to finish, which can take 10s+ at times).

### Uninstall

```bash

jupyter labextension uninstall jupyter-conda-store
```

---
_Source: https://npm.io/package/jupyter-conda-store · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
