Adding nb_executor library as a dependency
Run this command in a terminal, in your project's directory:
cargo add nb-executor
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
nb-executor = "0.4.2"
The nb_executor library will be automatically available globally.
Read the nb_executor library documentation.
Back to the crate overview.