We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0680d3e commit 24387e7Copy full SHA for 24387e7
2 files changed
apps/docs/content/docs/en/blocks/function.mdx
@@ -112,7 +112,15 @@ print(json.dumps(result))
112
113
The Function block supports Python as an alternative to JavaScript. Python code runs in a secure [E2B](https://e2b.dev) cloud sandbox.
114
115
-{/* TODO: Screenshot of the Function block with Python language selected */}
+<div className="flex justify-center">
116
+ <Image
117
+ src="/static/blocks/function-python.png"
118
+ alt="Function block with Python selected"
119
+ width={400}
120
+ height={500}
121
+ className="my-6"
122
+ />
123
+</div>
124
125
### Enabling Python
126
apps/docs/public/static/blocks/function-python.png
43.4 KB
0 commit comments