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

![image](https://user-images.githubusercontent.com/81459589/125579035-47389b0d-8f01-4d24-9132-55c0f65009fb.png) lux does not show toggle button under windows environment

[Jupyter Lab is problematic but pushing for now] Overview + Changes The frontend first loads in the first tab on initialization. Then, it listens for changes on a variable to...

Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.5.0. Release notes Sourced from ws's releases. 7.5.0 Features Some errors now have a code property describing the specific type of error that has occurred...

dependencies

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=normalize-url&package-manager=npm_and_yarn&previous-version=4.5.0&new-version=4.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Currently, we generate Matplotlib charts as SVG images on the `lux-org/lux` backend then pass them into the `lux-org/lux-widget` frontend. From there, we render them as raw images. Because of this...

enhancement

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

## TODO: - Disable Keyboard Shortcuts (probably in frontend) - Documentation / Tests ## Overview Add interaction to open visualizations in full view. #45 Linked to lux PR https://github.com/lux-org/lux/pull/364 ##...

There is a frontend latency associated with clicking each Altair Chart. @jrdzha has looked into this in the past and found that this is due to the way re-drawing is...

Currently, Lux forces the size of all the charts to be [160x150](https://github.com/lux-org/lux/blob/master/lux/vislib/altair/AltairChart.py#L39), so that the visualization cards are aligned. As a result, sometimes, the axis labels are abbreviated, bars are...

enhancement
priority