| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Nbparts.Pack.Outputs
Documentation
fillOutputs :: (MonadError PackError m, MonadIO m) => FilePath -> UnembeddedNotebookOutputs -> Notebook a -> m (Notebook a) Source #
fillCellOutputs :: NotebookOutputs a -> Cell a -> Either PackError (Cell a) Source #
embedOutputs :: FilePath -> UnembeddedNotebookOutputs -> IO (NotebookOutputs a) Source #
embedOutput :: FilePath -> UnembeddedCellOutput -> IO (Output a) Source #