Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 662 Bytes

File metadata and controls

55 lines (42 loc) · 662 Bytes
jupytext
text_representation
extension format_name format_version jupytext_version
.md
myst
0.13
1.17.1
kernelspec
display_name language name
Python 3 (ipykernel)
python
python3

Executable Code

Basics

1 + 3
a = 8**2
a

This cell has an expected error:

:tags: [raises-exception]

1 / 0

Exercises

Add one plus one.

# Write your solution here.
---
tags: [hide-cell]
jupyter:
  source_hidden: true
---
# Expand to reveal solution.

1 + 1