Refactor repl context menu (#14587)
This commit is contained in:
parent
cb6fc11abc
commit
8028e7f1b6
2 changed files with 112 additions and 88 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue