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

0.9.2dev0 released #250

Closed SimonBiggs closed 6 years ago

SimonBiggs commented 6 years ago

This release now installs the scriptedforms notebook extension and the jupyterlab extension by default when you run pip install --pre scriptedforms. (the pre is only needed because this is a pre release).

SimonBiggs commented 6 years ago

Thanks @saulshanabrook. I wouldn't have been able to get this out the door without you. Essentially now all that is needed is to run pip install --pre scriptedforms and whala, the jupyterlab extension (and the notebook server extension) is installed! Win :).

Heads up @robmarkcole @OxygenLithium :)

saulshanabrook commented 6 years ago

@SimonBiggs Awesome! Nice easy installation process.

SimonBiggs commented 6 years ago

:) that auto install stuff done in notebook 5.3 helped. And the jupyter-matplotlib repo was a good guide.

On Tue., 24 Apr. 2018, 1:39 am Saul Shanabrook, notifications@github.com wrote:

@SimonBiggs https://github.com/SimonBiggs Awesome! Nice easy installation process.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/SimonBiggs/scriptedforms/issues/250#issuecomment-383620931, or mute the thread https://github.com/notifications/unsubscribe-auth/AGQVezF9w2rms8IaMydiNQXqMG79vEcaks5trfXKgaJpZM4TedNa .

SimonBiggs commented 6 years ago

257