tutorial beginner · Mar 19, 2026 Hello World and CodeRunner integration A demonstration of using the React CodeRunner inside MDX. Welcome to our new blog! Here is an example of the CodeRunner component in action: Interactive PythonRun Codeprint("Hello from Python inside the browser!") def add(a, b): return a + b print("2 + 3 =", add(2, 3))OutputNo output yet... Etiquetas Relacionadas #react #mdx #python