Skip to content

Commit 370e0e5

Browse files
authored
Merge pull request #360 from quarto-dev/bugfix/bd-gthycd33-jupyter-engine-output-not
fix(jupyter): emit Quarto-canonical cells so captures splice into previews (bd-gthycd33)
2 parents e06e8ea + 189560e commit 370e0e5

9 files changed

Lines changed: 1225 additions & 1268 deletions

File tree

claude-notes/plans/2026-07-01-bd-gthycd33-jupyter-cell-wrapper.md

Lines changed: 436 additions & 0 deletions
Large diffs are not rendered by default.

crates/quarto-core/src/engine/jupyter/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,14 @@ mod daemon;
4141
mod error;
4242
mod execute;
4343
mod kernelspec;
44-
mod output;
4544
mod session;
4645
mod text_execute;
47-
mod transform;
4846

4947
pub use daemon::{JupyterDaemon, daemon};
5048
pub use error::{JupyterError, Result};
5149
pub use execute::{CellOutput, ExecuteResult, ExecuteStatus, MimeBundle};
5250
pub use kernelspec::{ResolvedKernel, find_kernelspec, is_jupyter_language, list_kernelspecs};
53-
pub use output::{OutputOptions, outputs_to_blocks};
5451
pub use session::{KernelInfo, KernelSession, SessionKey};
55-
pub use transform::JupyterTransform;
5652

5753
use std::path::{Path, PathBuf};
5854
use std::sync::OnceLock;

crates/quarto-core/src/engine/jupyter/output.rs

Lines changed: 0 additions & 356 deletions
This file was deleted.

0 commit comments

Comments
 (0)