altavir / jupyter-mpp-demo

A Kotlin jupyter plugin demo
5 stars 1 forks source link

Move core part to a separate module #4

Open ileasile opened 2 years ago

ileasile commented 2 years ago

The part of the project containing core abstractions may be used in other projects - for example, for JS libraries wrapping. As we don't want to add more dependencies to the core, it would be cool to have a separate core module

altavir commented 2 years ago

This repository is not intended as a full-scale widgets project, it is just a demo. I plan to add widgets to https://github.com/mipt-npm/visionforge as a separate module. It already has all the data streaming infrastructure. And it will play well with other integrations like plotly.