Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.03 KB

index.md

File metadata and controls

41 lines (33 loc) · 1.03 KB
jupytext kernelspec
formats text_representation
md:myst
extension format_name format_version jupytext_version
.md
myst
0.8
1.4.1+dev
display_name language name
Python 3
python
python3

Hi 👋

What is this? Right now, it's a personal experiment put together by me.

I'm testing a format for writing and serving educational content built around python and other programming languages.

How to use this

To the left is a sidebar that organizes all of the content. You can also proceed linearly through using the button on the bottom right corner.

Much of the code in this document is meant to be runnable by anyone reading it. You don't have to do anything to set this up, you can simply hit run under any cell, like the one below.

from art import tprint
tprint("Hi, how are you?")
We are using free servers provided by
[`https://mybinder.org/`](https://mybinder.org/) so it may take a moment for the
server to launch and/or run.