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

Swap to using JupyterLab packages to render the markdown? #61

Open SimonBiggs opened 6 years ago

robmarkcole commented 6 years ago

Are many people using lab yet? I quite like it but don't necessarily feel it adds much over vanilla notebook

SimonBiggs commented 6 years ago

I've swapped to JupyterLab quite some time ago. I really like it. A lot of the JavaScript within scriptedforms uses jupyterlab packages.

Initially this was going to be a jupyterlab extension. But I decided to make the base package a standalone item. In the future I can make an extension for scriptedforms backed into jupyterlab.

The raw power of jupyterlab will come to light when extensions start rolling in.

robmarkcole commented 6 years ago

OK great I will make the switch to jupyterlab