repl: Check process status and propagate to output (#14782)
<img width="582" alt="image" src="https://github.com/user-attachments/assets/14bd321d-f5fc-4cc0-9386-f435423057ad"> Release Notes: - N/A
This commit is contained in:
parent
5008a388e6
commit
48211e8ce2
3 changed files with 53 additions and 3 deletions
|
@ -218,7 +218,6 @@ impl RunningKernel {
|
|||
.with_context(|| format!("Failed to create jupyter runtime dir {runtime_dir:?}"))?;
|
||||
let connection_path = runtime_dir.join(format!("kernel-zed-{entity_id}.json"));
|
||||
let content = serde_json::to_string(&connection_info)?;
|
||||
// write out file to disk for kernel
|
||||
fs.atomic_write(connection_path.clone(), content).await?;
|
||||
|
||||
let mut cmd = kernel_specification.command(&connection_path)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue