Skip to content

Commit

Permalink
Tweak demo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Feb 19, 2024
1 parent f22289a commit bf5161c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/qpyodide-code-cell-demo.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ Checking string length
len(greet)
```

Notice, we're able to track the run value of code.

## Define and Call Functions

Functions can be defined in one cell and called.
Expand Down Expand Up @@ -103,7 +101,7 @@ df.Age

## Graphing

We provide support for generating graphs through the interactive HTML5 backend, e.g. [`module://matplotlib_pyodide.html5_canvas_backend](https://github.com/pyodide/matplotlib-pyodide). At the end of each graph call, you must include a `plt.show()` call for the graph to render.
We provide support for generating graphs through the interactive HTML5 backend, e.g. [`module://matplotlib_pyodide.html5_canvas_backend`](https://github.com/pyodide/matplotlib-pyodide). At the end of each graph call, you must include a `plt.show()` call for the graph to render.

```{pyodide-python}
import matplotlib.pyplot as plt
Expand Down

0 comments on commit bf5161c

Please sign in to comment.