Cargo Features

[dependencies]
runmat-kernel = { version = "0.4.1", default-features = false, features = ["jupyter"] }
default = jupyter

The jupyter feature is set by default whenever runmat-kernel is added without default-features = false somewhere in the dependency tree.

jupyter default

Enables jupyter of runmat-plot and runmat-runtime

runmat-plot:

Jupyter widget support

Affects jupyter_plotting::JupyterPlottingManager, jupyter_plotting::JupyterPlottingConfig, runmat-kernel::jupyter_plotting