Cargo Features
Jupyter has no features set by default.
[dependencies]
jupyter = { version = "0.2.1", features = ["image", "url", "ndarray", "mathml-core", "svg"] }
- image = base64
-
Enables image ^0.24.7
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.
- url implicit feature
-
Enables url
url:
URL library for Rust, based on the WHATWG URL Standard
- ndarray implicit feature
-
Enables ndarray ^0.15.6
renderers support
- mathml-core implicit feature
-
Enables mathml-core
mathml-core:
MathML type definitions
- svg implicit feature
-
Enables svg ^0.14.0
svg:
The package provides an SVG composer and parser
- base64 image?
-
Enables base64 ^0.21.5