[jupyter] ScriptedForms 0.8.0 released

2018-04-02 Thread Simon Biggs
ScriptedForms - Quickly create live-update GUIs for Python packages using Markdown and a few custom HTML elements. - Just write in markdown + variables / UI types - Based on Jupyter Release Highlights Now have a portable windows version. Update the forms in the zip, rezip the

Re: [jupyter] programmatic testing of widgets?

2018-04-02 Thread s...@draves.org
BeakerX has both unit tests in typescript: https://github.com/twosigma/beakerx/blob/master/js/notebook/test/src/tableDisplay/dataGrid/BeakerxDataGrid.spec.ts and unit tests for java for the kernel side of the widget:

Re: [jupyter] programmatic testing of widgets?

2018-04-02 Thread Jason Grout
There is some automated testing of Jupyter widgets in the widgets repo (look for the test directories), but it is mainly concerned with the python side, or with the library functions for developers. We don't have really good tests for user interaction, nor end-to-end tests of the entire system.

Re: [jupyter] Announcing v0.2 of nbresuse (display memory usage in Notebook)

2018-04-02 Thread Yuvi Panda
On Sunday, 1 April 2018 17:00:25 UTC-7, rgbkrk wrote: > > This is awesome. Would it be cool for the nteract extension to import and > use the handlers for memory? > > Absolutely, feel free! I plan on doing more work to add more useful metrics to this at some point. -- You received this

[jupyter] programmatic testing of widgets?

2018-04-02 Thread Randy Heiland
Has anyone done any programmatic/automated testing of Jupyter widgets? E.g., test if numeric input widgets got a valid number? thanks, Randy -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving