From 87ea24ebd459461b7a2b9a789d71606f25d2fd7b Mon Sep 17 00:00:00 2001 From: Ted Patrick Date: Tue, 25 Oct 2022 19:34:27 -0500 Subject: [PATCH] header for pyrepl table (#889) --- docs/reference/elements/py-repl.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/elements/py-repl.md b/docs/reference/elements/py-repl.md index 063b4727..688943b9 100644 --- a/docs/reference/elements/py-repl.md +++ b/docs/reference/elements/py-repl.md @@ -4,6 +4,7 @@ The `` element provides a REPL(Read Eval Print Loop) to evaluate multi- ## Attributes +| attribute | type | default | description | |----|----|----|----| | **auto-generate** | boolean | | Auto-generates REPL after evaluation. | | **exec-id** | string | | The id for logging execution output |