Refactor repl context menu (#14587)

This commit is contained in:
Kyle Kelley 2024-07-16 12:18:06 -07:00 committed by GitHub
parent cb6fc11abc
commit 8028e7f1b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 112 additions and 88 deletions

View file

@ -11,7 +11,7 @@ mod session;
mod stdio;
pub use jupyter_settings::JupyterSettings;
pub use kernels::{Kernel, KernelSpecification};
pub use kernels::{Kernel, KernelSpecification, KernelStatus};
pub use runtime_panel::{ClearOutputs, Interrupt, Run, Shutdown};
pub use runtime_panel::{RuntimePanel, SessionSupport};
pub use runtimelib::ExecutionState;