Skip to content

Commit

Permalink
Expand README
Browse files Browse the repository at this point in the history
  • Loading branch information
pbugnion committed Oct 27, 2017
1 parent 14fa31a commit 47e0961
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@

# Jupyter widgets demonstration

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

![Example widget](example.png)

To run the code:

1. `pip install -r requirements.txt`
2. Run the demo notebook
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.
Binary file added example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 47e0961

Please sign in to comment.