https://github.com/nteract/models
Exploring the Python side of nteract's setIn based models
https://github.com/nteract/models
Last synced: 10 months ago
JSON representation
Exploring the Python side of nteract's setIn based models
- Host: GitHub
- URL: https://github.com/nteract/models
- Owner: nteract
- License: bsd-3-clause
- Created: 2018-05-14T22:28:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T22:32:45.000Z (over 7 years ago)
- Last Synced: 2025-01-05T03:42:12.690Z (12 months ago)
- Size: 2.93 KB
- Stars: 2
- Watchers: 15
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# models
## Exploring the Python side of nteract's setIn based models
We've done some previous explorations for a model backed by `setIn`
Originally it started with the [synchronized object diff spec](https://github.com/rgbkrk/synchronized-object-diff-spec). We evenutally implemented a "hidden" version of this that uses a `setIn` based reducer under the hood:
https://github.com/nteract/nteract/blob/master/packages/core/src/reducers/comms.js#L42-L55
Example notebook: https://github.com/nteract/nteract/blob/master/applications/desktop/example-notebooks/model-debug.ipynb
----
This repository is going to be an exploration on a python module for binding the comms (two-way) with a python object for these.