Cargo Features
[dependencies]
nu-jupyter-kernel = { version = "0.1.4+0.99.0", default-features = false, features = ["plotting"] }
- default = plotting
-
The
plotting
feature is set by default whenevernu-jupyter-kernel
is added without
somewhere in the dependency tree.default-features = false - plotting default = nu-plotters
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- nu-plotters plotting
-
Enables nu_plugin_plotters