Skip to content

Commit 9eefd3e

Browse files
committed
fix: update pixi lock
1 parent 4aced85 commit 9eefd3e

File tree

2 files changed

+3745
-2
lines changed

2 files changed

+3745
-2
lines changed

index.qmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Write a `qmd` document with `{marimo}` cells.
4848
For instance the following cell
4949

5050
````python
51-
```python {{.marimo}}
51+
```python {.marimo}
5252
print("remember that stdout is not shown")
5353
result = "Only outputs!"
5454
result,
@@ -68,7 +68,7 @@ result,
6868
We can make it editable:
6969

7070
````python
71-
```python {{.marimo}}
71+
```python {.marimo}
7272
#| editor: true
7373
editor_result = "Change me" + ("!" * 3)
7474
editor_result,

0 commit comments

Comments
 (0)