Skip to content

Commit 59cbdf9

Browse files
committed
Added readme and fixed minor issues
1 parent cc338d6 commit 59cbdf9

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Reviving Formulate
2+
### PyHEP, October 29, 2025
3+
4+
Click on this link to view the slides:
5+
6+
<p align="center">
7+
<a href="https://ariostas-talks.github.io/2025-10-29-formulate/">
8+
<img src="https://raw.githubusercontent.com/marimo-team/marimo/refs/heads/main/docs/_static/marimo-logotype-horizontal.png" alt="Launch JupyterLite" height="60">
9+
</a>
10+
</p>

slides.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ def _(formulate, init_root_options, mo):
211211
```
212212
{from_root}
213213
```
214-
214+
""")], justify="center"),
215+
mo.hstack([mo.md(f"""
215216
And they can be converted into the desired syntax with
216217
""")], justify="center"),
217218
mo.hstack(
@@ -300,7 +301,8 @@ def _(formulate, init_numexpr_options, mo):
300301
```
301302
{from_numexpr}
302303
```
303-
304+
""")], justify="center"),
305+
mo.hstack([mo.md(f"""
304306
And they can be converted into the desired syntax with
305307
""")], justify="center"),
306308
mo.hstack(
@@ -385,7 +387,8 @@ def _(formulate, init_root_options2, mo):
385387
```
386388
{from_root2}
387389
```
388-
390+
""")], justify="center"),
391+
mo.hstack([mo.md(f"""
389392
And they can be converted into the desired syntax with
390393
""")], justify="center"),
391394
mo.hstack(
@@ -593,7 +596,8 @@ def _(formulate, init_from_options, mo, text_area):
593596
```
594597
{expr}
595598
```
596-
599+
""")], justify="center"),
600+
mo.hstack([mo.md(f"""
597601
And they can be converted into the desired syntax with
598602
""")], justify="center"),
599603
mo.hstack(
@@ -612,7 +616,7 @@ def _(formulate, init_from_options, mo, text_area):
612616
),
613617
],
614618
align="stretch",
615-
619+
616620
)
617621
return
618622

0 commit comments

Comments
 (0)