1 2 |
|
- Select Rust Jupyter Kernel in VSCode
Caveats
- Dependencies are added via
:dep <DEPENDENCY_NAME> = "<VERSION_NAME>
and are compiled everytime you restart kernel. Keep all dependencies in separate cell.
1 2 |
|
:dep <DEPENDENCY_NAME> = "<VERSION_NAME>
and are compiled everytime you restart kernel. Keep all dependencies in separate cell. On This Page