Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takluyver/elogexpt
Demo of live updates with the IPython kernel in Jupyter
https://github.com/takluyver/elogexpt
Last synced: 4 days ago
JSON representation
Demo of live updates with the IPython kernel in Jupyter
- Host: GitHub
- URL: https://github.com/takluyver/elogexpt
- Owner: takluyver
- Created: 2017-03-24T15:07:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T13:54:28.000Z (almost 7 years ago)
- Last Synced: 2024-11-05T10:58:17.534Z (about 2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demo of live updates with the IPython kernel in Jupyter
* `client2.py` is the kernel piece, reading the data and sending updated plots on a 'comm'.
* `commclient.js` is the frontend part, displaying the plots and adding the snapshot toolbar button.
* `data.py` and `producer.py` create random data, store it in a database, and emit it as JSON.