pub struct IpynbGenerator { /* private fields */ }Expand description
Generator for Jupyter notebooks from Venus cells.
Implementations§
Source§impl IpynbGenerator
impl IpynbGenerator
Sourcepub fn generate(
&mut self,
metadata: &NotebookMetadata,
cells: &[NotebookCell],
cache: Option<&OutputCache>,
) -> SyncResult<JupyterNotebook>
pub fn generate( &mut self, metadata: &NotebookMetadata, cells: &[NotebookCell], cache: Option<&OutputCache>, ) -> SyncResult<JupyterNotebook>
Generate a Jupyter notebook from Venus cells.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpynbGenerator
impl RefUnwindSafe for IpynbGenerator
impl Send for IpynbGenerator
impl Sync for IpynbGenerator
impl Unpin for IpynbGenerator
impl UnwindSafe for IpynbGenerator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more