Upgrade jupyter websocket client (#21095)
Upgrade to changes from https://github.com/runtimed/runtimed/pull/158 Release Notes: - N/A
This commit is contained in:
parent
8a9c53524a
commit
2177e833d8
5 changed files with 98 additions and 55 deletions
|
@ -15,7 +15,8 @@ use project::{Project, WorktreeId};
|
|||
pub use remote_kernels::*;
|
||||
|
||||
use anyhow::Result;
|
||||
use runtimelib::{ExecutionState, JupyterKernelspec, JupyterMessage, KernelInfoReply};
|
||||
use jupyter_protocol::JupyterKernelspec;
|
||||
use runtimelib::{ExecutionState, JupyterMessage, KernelInfoReply};
|
||||
use ui::{Icon, IconName, SharedString};
|
||||
|
||||
pub type JupyterMessageChannel = stream::SelectAll<Receiver<JupyterMessage>>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue