SimonBiggs / scriptedforms

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

Hide errors when using standalone version #201

Open SimonBiggs opened 6 years ago

SimonBiggs commented 6 years ago

Implement the ipython console first. Have it replace the python error messages. Have the console pop open if ever an error occurs.

When opening the console have tabs at the top for each kernel.

After implementing the console I can pull in the filebrowser.

Think about the specifics more. Maybe it's worth instead putting the time in to make it also be a JupyterLab extension.

SimonBiggs commented 6 years ago

Just stick to the console, because that is needed for when error messages occur. There does need to be a console for each kernel.

SimonBiggs commented 6 years ago

Have implemented as JupyterLab extension. Now just need to hide errors in standalone version.

SimonBiggs commented 6 years ago

Consider have a small notification of some sort if an error occurs.