Sharing Jupyter Notebooks

quarto
code
jupyter
demo
Author

Mat Miller

Published

November 14, 2022

This is a demonstration of some of the cool functionality available when sharing Jupyter Notebooks using Quarto. A big thanks to Isaac Flath for creating this notebook!

1 Prep

Code
# Load the package
import pandas as pd
import numpy as np

1.0.1 Dataset 1

Code
1+2
3

1.0.2 Dataset 2

Other stuff

2 Another Section

abc some text with various markdown style:

  • A list
  • in markdown

with a particular function highlighted in text for clarity

Note that there are five types of callouts, including: note, warning, important, tip, and caution.

Note that there are five types of callouts, including: note, warning, important, tip, and caution.

I also sometimes use other types of blocks for example for highlighting quotes I may do.

Quote: Some very interesting Quote can be put here

3 Yet Another Section