declarativewidgets
declarativewidgets copied to clipboard
[RETIRED] Jupyter Declarative Widget Extension
Else fails on Windows: ``` with open(os.path.join(HERE, 'urth/widgets/ext/_version.py')) as f: FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\foobar\\AppData\\Local\\Temp\\pip-temp-build\\urth/widgets/ext/_version.py' ``` https://github.com/jupyter-incubator/declarativewidgets/blob/master/setup.py#L13 Leave this to me, I'll test and submit a...
When running the cells in [this test](https://github.com/jupyter-incubator/declarativewidgets_explorer/blob/f13d3c0ab0a964166eef25547e66c0a5898b1008/urth-viz-explorer.ipynb), in order, the visual in the explorer fails to appear, apparently due to this exception from `urth-core-dataframe.detached`: ``` Uncaught TypeError: Cannot read property...
old requests, particularly when running against spark, should be cancelled and resources freed up see #365
Ran into a failure while testing #423. The first `Run All` on a clean kernel will succeed, however after the first run, if you perform the following steps, an `channel().set`...
We need to do more investigation about the real cause of this. If a 2nd user does a Run All on a notebook that is already opened by a 1st...
This function is inspired by ipywidgets' `interact()` function, but should create a declarativewidget template using `urth-core-bind` on a specified channel. ``` python def toTemplate( function, result='result', channel='default', auto=True ) ```...
to support future version of survey demo #248 @parente @aluu317 save output snapshot image or -- better yet -- markup, so that content is visible from github/binder. ipywidgets has a...
For example, if a function argument is a boolean, passing in `"true"` should be treated as a boolean, not a string. To test, I changed the test case in 3b...
Currently tables support single item selection only. Would be nice to have it also support multiple item selection. I suggest that we do the following. By default, the table should...