
Closes #18341 * [x] Remove "Change Kernel" Doc link from REPL menu * [x] Remove chevron * [x] Set a higher min width * [x] Include the language along with the kernel name Future PRs will address * Add support for Python envs (#18291, #16757, #15563) * Add support for Remote kernels * Project settings support (#16898) Release Notes: - Added kernel picker for repl --------- Co-authored-by: Nate Butler <iamnbutler@gmail.com>
5 lines
99 B
Rust
5 lines
99 B
Rust
mod kernel_list_item;
|
|
mod kernel_options;
|
|
|
|
pub use kernel_list_item::*;
|
|
pub use kernel_options::*;
|