Cargo Features
[dependencies]
runmat-kernel = { version = "0.4.1", default-features = false, features = ["jupyter"] }
- default = jupyter
-
The
jupyterfeature is set by default wheneverrunmat-kernelis added withoutsomewhere in the dependency tree.default-features = false - 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…