toyai / python-playground

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

Ability to embed in the documentations #8

Closed ydcjeff closed 3 years ago

ydcjeff commented 3 years ago

Clear and concise description of the problem

Add a button for embedding in the python projects' documentations.

Suggested solution

Use iframe to embed the code in the documentations also with some css to have full height and width according to the documentation layouts.

Alternative

N/A

Additional context

N/A