SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
510 stars 34 forks source link

Pass through Jupyter settings #31

Closed SimonBiggs closed 6 years ago

SimonBiggs commented 6 years ago

Pass Jupyter settings through via kwargs. Need to check whether "default_url" exists within kwargs, if it does make it clobber the scriptedforms default url.

SimonBiggs commented 6 years ago

Don't do this. Just do it on a case by case basis as needed.