pandoc-3.1: Conversion between markup formats
CopyrightCopyright (C) 2019-2023 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Pandoc.Readers.Ipynb

Description

Ipynb (Jupyter notebook JSON format) reader for pandoc.

Documentation

readIpynb :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc Source #