https://github.com/maartenbreddels/ipytrack
Object tracking for Jupyter Widgets / IPywidgets
https://github.com/maartenbreddels/ipytrack
Last synced: 2 months ago
JSON representation
Object tracking for Jupyter Widgets / IPywidgets
- Host: GitHub
- URL: https://github.com/maartenbreddels/ipytrack
- Owner: maartenbreddels
- Created: 2018-04-10T18:20:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T08:29:06.000Z (over 6 years ago)
- Last Synced: 2025-03-01T23:08:25.218Z (11 months ago)
- Language: JavaScript
- Size: 461 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ipytrack
===============================
Object tracking in the Jupyter notebook or Jupyter lab
Installation
------------
To install use pip:
$ pip install ipytrack
$ jupyter nbextension enable --py --sys-prefix ipytrack
For a development installation (requires npm),
$ git clone https://github.com/maartenbreddels/ipytrack.git
$ cd ipytrack
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipytrack
$ jupyter nbextension enable --py --sys-prefix ipytrack