Spaces:
Sleeping
Sleeping
Jesse Hartman Srihari Thyagarajan commited on
Update polars/tutorial_dataframe_transformer.py
Browse fileshide markdown
Co-authored-by: Srihari Thyagarajan <57552973+Haleshot@users.noreply.github.com>
polars/tutorial_dataframe_transformer.py
CHANGED
|
@@ -38,7 +38,7 @@ def _(requests):
|
|
| 38 |
return (json_data,)
|
| 39 |
|
| 40 |
|
| 41 |
-
@app.cell
|
| 42 |
def _(mo):
|
| 43 |
mo.md(
|
| 44 |
r"""
|
|
|
|
| 38 |
return (json_data,)
|
| 39 |
|
| 40 |
|
| 41 |
+
@app.cell(hide_code=True)
|
| 42 |
def _(mo):
|
| 43 |
mo.md(
|
| 44 |
r"""
|