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 whenever nu-jupyter-kernel is added without default-features = false somewhere in the dependency tree.

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