Ipynb writer: ensure deterministic order of keys.
This commit is contained in:
parent
8215ca081d
commit
9cbea695c4
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ writeIpynb opts d = do
|
|||
"cell_type", "output_type",
|
||||
"execution_count", "metadata",
|
||||
"outputs", "source",
|
||||
"data", "name", "text" ] }
|
||||
"data", "name", "text" ] <> compare }
|
||||
$ notebook
|
||||
|
||||
pandocToNotebook :: PandocMonad m
|
||||
|
|
Loading…
Add table
Reference in a new issue