SimonBiggs / scriptedforms

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

JupyterLab extension toolbar changes. Create link to standalone in toolbar. #226

Open SimonBiggs opened 6 years ago

SimonBiggs commented 6 years ago

Remove the print button. -- or make it that pressing print shows a popup saying, "please use the standalone version to print this form" Add a link button to the standalone version

In the standalone version add a popup chip that shows whenever an error occurs. This takes you to the development version for bug checking.

Have the dev link open both the form and a console linked to the kernel within JupyterLab.

SimonBiggs commented 6 years ago

Create a link in standalone version back to the "dev version". Have it open form + console + watchdog console.