toyai / python-playground

Interactive Playground for Python
https://python-playground.netlify.app
MIT License
12 stars 1 forks source link

Add a result output pane #5

Closed ydcjeff closed 3 years ago

ydcjeff commented 3 years ago

Clear and concise description of the problem

We need to show the output of the run code.

Suggested solution

Add a result output pane on the right. Reuse CodeMirror component with readonly feature.

Alternative

Create another one, not ideal.

Additional context

N/A