Code First

snippets/jupyter-notebook The include-jupyter extension automatically assigns {meta: {rightSide: true}} to output cells. If page type is set to two-sides you will get automatic split between code and output.Note: Content below is included using include-jupyter

Pandas

Use storyFirst if you use a notebook with Markdown cells to tell a story. In this mode, code will be moved to the right side and a reader can focus on the story itself. :include-jupyter: notebook.ipynb {storyFirst: true} Displaying values using panda display Values can be displayed using standard console outputOr using library to render a html snippet