Example of a notebook¶
In [ ]:
Copied!
%%capture
%pip install numpy pandas
%%capture
%pip install numpy pandas
This is an example of text. Below is an example of code with an output saved.
In [1]:
Copied!
print('Hello world')
print('Hello world')
Hello world
You can save some cells without an output, i.e., if it is too large or requires many images to be included.
In [ ]:
Copied!
print('Example of a piece of code without output')
print('Example of a piece of code without output')
In Markdown, you may use LaTeX for formulas: $a^2+b^2=c^2$.