mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 04:45:01 +00:00
Add CellOffsets
abstraction (#8814)
Refactor `Notebook::cell_offsets` to use an abstract struct for storing the cell offsets. This will allow us to add useful methods on it.
This commit is contained in:
parent
0cb438dd65
commit
727e389cac
6 changed files with 50 additions and 16 deletions
|
@ -1,5 +1,6 @@
|
|||
//! Utils for reading and writing jupyter notebooks
|
||||
|
||||
pub use cell::*;
|
||||
pub use index::*;
|
||||
pub use notebook::*;
|
||||
pub use schema::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue