Text-based Notebooks#
This file is a text-based notebook written using MyST-Markdown and with an .md
extension. Its header indicates MyST-NB that is is an “executable” file. Jupytext can be used to open this file as a notebook.
---
jupytext:
formats: md:myst
text_representation:
extension: .md
format_name: myst
kernelspec:
display_name: Python 3
name: python3
---
print('hello world')
hello world
This web page was generated from a Jupyter notebook and not all
interactivity will work on this website.