An open API service indexing awesome lists of open source software.

https://github.com/huntdatacenter/jupyter-brat-proxy

Proxy extension that provides BRAT rapid annotation tool using bratserver wrapper in your Jupyterlab environment.
https://github.com/huntdatacenter/jupyter-brat-proxy

annotation-tool brat jupyter jupyter-server-proxy jupyterhub text-annotation

Last synced: 2 months ago
JSON representation

Proxy extension that provides BRAT rapid annotation tool using bratserver wrapper in your Jupyterlab environment.

Awesome Lists containing this project

README

          

# jupyter-brat-proxy

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/jupyter-brat-proxy.svg)](https://pypi.org/project/jupyter-brat-proxy/)

## Jupyter proxy

Proxy extension that provides BRAT rapid annotation tool using [bratserver wrapper](https://pypi.org/project/bratserver/) in your Jupyterlab environment.

## Development

Show quick help

```bash
make help
```

### Docker

Quick run locally with docker:

```bash
make rebuild
```

### Install from repository

If you need to install directly from repository for development / testing purposes:

```bash
python3 -m pip install git+https://github.com/huntdatacenter/jupyter-brat-proxy.git@main#egg=jupyter-brat-proxy
```