Mavenomics / MavenWorks

Agile Dashboarding, anywhere
https://mavenworks.com
GNU General Public License v3.0
18 stars 2 forks source link

Add @mavenomics/jupyterutils package #3

Closed quigleyj-mavenomics closed 5 years ago

quigleyj-mavenomics commented 5 years ago

Combines some common services for communicating with kernels into a single package, that way we can break the direct dependency that the Viewer holds on the Lab extension. It also helps us break a few antipatterns elsewhere by enforcing a 'dashboard tracker' token, meaning things like the RegisterActions function can be upgraded to a single, universal plugin (reducing command debt considerably).

Will resolve #1