Skip to content

Commit

Permalink
one last comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kafonek committed Dec 22, 2023
1 parent 0e051f2 commit 161f6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async fn main() {
// Create a blank in-memory Notebook, not reading existing file from disk
let builder = NotebookBuilder::new();

// Start ipykernel child process
// Start ipykernel child process, silent means piping Kernel stdout to /dev/null
let silent = true;
let kernel = JupyterKernel::ipython(silent);

Expand Down

0 comments on commit 161f6ae

Please # to comment.