0% found this document useful (0 votes)
7 views

8 Sample - Notebook - No - Code ( - No-Input Option)

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

8 Sample - Notebook - No - Code ( - No-Input Option)

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Sample_notebook

September 15, 2021

1 Notebook with some example fields to be exported to pdf and


HTML

1.1 Below some plain markdown cells examples

This is a standard markdown cell.


∫b
This is a standard markdown cell with some latex in it. There is inline latex a f (x)dx as well as
displayed
∫ b
f (x)dx
a

1.2 Now we will display cells with code and their output

### A simple plot using matplotlib

1
1.2.1 A scatter plot

2
1.2.2 A plot with subfigures ans complicated alignment of labels and tags

1.2.3 A python cell with printed ouput and formatted in different ways

Output the string directly

'We have 2 of these awesome Potatos'

"We have 2 of these awesome $\theta$'s"

We have 2 of these awesome heta’s


We have 2 of these awesome θ’s
We have 2 of these awesome
theta’s
We have 2 of these awesome θ’s

You might also like