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

Implement the auto install of extensions #233

Closed SimonBiggs closed 6 years ago

SimonBiggs commented 6 years ago

Details are within the following pull request

https://github.com/jupyter/notebook/pull/3116

SimonBiggs commented 6 years ago

https://groups.google.com/d/msg/jupyter/eTjvZdM7VSc/aaakoaD6CQAJ

SimonBiggs commented 6 years ago

@robmarkcole essentially I need to implement this enhancement which will make it so the jupyterlab extension will self install when "pip install scriptedforms" is run. Once I've done that I'll release 0.9.2dev0. I'll get you to put it through the ultimate acid test :) and then once we're happy with it I'll release 0.9.2.

SimonBiggs commented 6 years ago

I do suspect unfortunately that given extension installation will still require yarn package downloading you might have a similar trouble to what you had previously.

I do believe there might be a simple solution to that. But let's cross that bridge when it comes.