maxfordham / ipyautoui

create ipywidgets user input form pydantic model or jsonschema
https://maxfordham.github.io/ipyautoui/
42 stars 4 forks source link

use pdoc for autorendering .py files #102

Closed jgunstone closed 1 year ago

jgunstone commented 1 year ago
import subprocess
from IPython.display import IFrame
subprocess.Popen("pdoc src/ipyautoui/autoipywidget.py --no-browser", shell=True)

IFrame("http://localhost:8080", width=1200, height=1200)
jgunstone commented 1 year ago

i think that this could be a custom addition rather than a default setting