Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 534 Bytes

File metadata and controls

18 lines (11 loc) · 534 Bytes

Jupyter widgets demonstration

This repository implements a Jupyter widget for interactively labelling a training set to be used in a classifier:

Example widget

To run the code:

  1. Install the dependencies with pip install -r requirements.txt
  2. Run the notebook demo.ipnyb

This has only been tested in a Python 3 environment.

This repository accompanies my talk Reduce friction in your data science workflows with Jupyter widgets at PyconUK 2017. The code is in labeller.py.