Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
436 changes: 436 additions & 0 deletions claude-notes/plans/2026-07-01-bd-gthycd33-jupyter-cell-wrapper.md

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions crates/quarto-core/src/engine/jupyter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,14 @@ mod daemon;
mod error;
mod execute;
mod kernelspec;
mod output;
mod session;
mod text_execute;
mod transform;

pub use daemon::{JupyterDaemon, daemon};
pub use error::{JupyterError, Result};
pub use execute::{CellOutput, ExecuteResult, ExecuteStatus, MimeBundle};
pub use kernelspec::{ResolvedKernel, find_kernelspec, is_jupyter_language, list_kernelspecs};
pub use output::{OutputOptions, outputs_to_blocks};
pub use session::{KernelInfo, KernelSession, SessionKey};
pub use transform::JupyterTransform;

use std::path::{Path, PathBuf};
use std::sync::OnceLock;
Expand Down
356 changes: 0 additions & 356 deletions crates/quarto-core/src/engine/jupyter/output.rs

This file was deleted.

Loading
Loading