lux-widget icon indicating copy to clipboard operation
lux-widget copied to clipboard

Jupyter Widget for Lux

Results 35 lux-widget issues
Sort by recently updated
recently updated
newest added

**C:\Users\86186> jupyter labextension install luxwidget** Building jupyterlab assets (build:prod:minimize) \Exception in thread Thread-8: Traceback (most recent call last): File "D:\Anaconda3\lib\threading.py", line 932, in _bootstrap_inner self.run() File "D:\Anaconda3\lib\threading.py", line 870, in...

The scrolling estimate for the "Scroll more for X charts" is based on a static estimate based on a laptop-sized screen. On my 23-inch monitor, the full width of the...

bug
easy

Frontend testing framework with Travis CI by running through notebooks in lux-binder and making sure 1) no errors show up and 2) widget displays as expected.

This is traced back to internal calls in backbone.js and extension.js for create_view (which is called twice), leading the `JupyterWidgetView` class to be initialized twice. ``` export class JupyterWidgetView extends...

bug
hard

* Add UI capability for users to drag and rearrange the ordering of tabs. ![Screen Shot 2020-08-20 at 12 03 45 AM](https://user-images.githubusercontent.com/5554675/90660680-d1152c00-e278-11ea-9a29-30b99ca6a195.png) * Add UI capability for users to cancel...

enhancement
easy