mdbook-repl 0.1.1

A rust based mdbook preprocessor plugin that allows you to live code in your markdown book.
1
2
3
4
5
6
7
8
9
# Version

This REPL is currently using [pyodide](https://github.com/pyodide/pyodide) **v0.25.0**, which using python **3.11.3**. You can check the version by running the following code:

```python
import sys

print(sys.version)
```