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.
- Host: GitHub
- URL: https://github.com/huntdatacenter/jupyter-brat-proxy
- Owner: huntdatacenter
- License: mit
- Created: 2024-02-09T10:14:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-12T20:43:13.000Z (10 months ago)
- Last Synced: 2026-04-08T12:49:56.271Z (2 months ago)
- Topics: annotation-tool, brat, jupyter, jupyter-server-proxy, jupyterhub, text-annotation
- Language: Python
- Homepage: https://brat.nlplab.org/
- Size: 4.65 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jupyter-brat-proxy
[](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
```