# addbutton1

> A JupyterLab extension.

Latest version **0.1.3** (published 2020-07-03) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install addbutton1
pnpm add addbutton1
yarn add addbutton1
bun add addbutton1
```

## 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.3 |
| Published | 2020-07-03 |
| First published | 2020-06-08 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 11.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | szm |
| Maintainers | withszm |
| Keywords | jupyter, jupyterlab, jupyterlab-extension |

## Links

- npm: https://www.npmjs.com/package/addbutton1
- Repository: https://github.com/my_name/myextension
- Issues: https://github.com/my_name/myextension/issues
- npm.io page: https://npm.io/package/addbutton1

## Dependencies (6)

- [spin.js](https://npm.io/package/spin.js.md) ^4.1.0
- [@lumino/disposable](https://npm.io/package/@lumino/disposable.md) ^1.4.0
- [@jupyterlab/apputils](https://npm.io/package/@jupyterlab/apputils.md) ^2.1.1
- [@jupyterlab/notebook](https://npm.io/package/@jupyterlab/notebook.md) ^2.1.2
- [@jupyterlab/application](https://npm.io/package/@jupyterlab/application.md) ^2.1.2
- [@jupyterlab/docregistry](https://npm.io/package/@jupyterlab/docregistry.md) ^2.1.2

## Recent versions

- 0.1.3 (latest) — 2020-07-03
- 0.1.2 — 2020-06-24
- 0.1.1 — 2020-06-24
- 0.1.0 — 2020-06-08

## README

# addbutton1

![Github Actions Status](https://github.com/my_name/myextension/workflows/Build/badge.svg)

A JupyterLab extension.



## Requirements

* JupyterLab >= 2.0

## Install

```bash
jupyter labextension install addbutton1
```

## 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 addbutton directory

# Install dependencies
jlpm
# Build Typescript source
jlpm build
# Link your development version of the extension with JupyterLab
jupyter labextension link .
# 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
```

### Uninstall

```bash

jupyter labextension uninstall addbutton1
```

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