Progress Report for jupyter-widgets between 2017-01-01 and 2017-07-31
- support for ipywidgets7 by maartenbreddels
- MAINT: correct readme formatting by stsievert
- Update to ipywidgets 6.0 and set up version string by SylvainCorlay
- Monkey-patch display by SylvainCorlay
- Update for ipywidgets 7 beta 1 by jasongrout
- Addressing issue where npm isn't found on windows by gbivins
- Update to ipywidgets 6.0 by SylvainCorlay
- automated and cleaned build/imports by flying-sheep
- Add devtools install method by flying-sheep
- Fix urth-core-import package issue by haobibo
- change readme ref from jupyter-incubator to jupyter by poplav
- fix bower command issue on windows by haobibo
- Fix link to documentation by rgbkrk
- Reference DataFrames within Objects by poplav
- Remove requirement of SparkR by siyuwj
- Fixing js unit test run by lbustelo
- Update gitter link by pbugnion
- Revert the widget-box centering. by jasongrout
- Be more careful about controls version numbers. by jasongrout
- Update the Async notebook to include a background thread example. by jasongrout
- Fix widgets inside of output widgets in JupyterLab. by jasongrout
- CSS fixes by jasongrout
- Update to jlab 0.26 packages. by jasongrout
- Fix vertical slider in Safari. by jasongrout
- A few more notes for the changelog. by jasongrout
- Fixes on CSS for resizing by jasongrout
- Updated labextension install info by dhirschfeld
- Fix a few examples by jasongrout
- Comparing the json representation should handle idiosyncracies of python->json datastructures by jasongrout
- Change the embedded youtube video to the scipy 2017 widgets tutorial. by jasongrout
- Add a note about manually setting the height on an interactive plot to avoid flicker and jumpiness by jasongrout
- Set the title on the appropriate widget in the accordion. by jasongrout
- Update the Jupyter widgets model attribute documentation. by jasongrout
- Fix a regression in #1513 with creating selection range sliders. by jasongrout
- Preserve the value assigned to a selection .options attribute by jasongrout
- Fix error with clearing the selection on a selection container. by jasongrout
- Add more to the changelog from #1279. by jasongrout
- Add a link to the github repo at the top of the dev docs. by jasongrout
- Register the style model and view in jupyterlab. by jasongrout
- Fix jupyterlab build by jasongrout
- Register the output plugin in jlab with the correct module and version. by jasongrout
- Add an interface for new widget information. by jasongrout
- Update instructions for jupyterlab by jasongrout
- Initialize values in the initialize function by jasongrout
- Update for jlab 0.25 by jasongrout
- delay matplotlib import by minrk
- Allow
selected_index=none
in selection container widgets by pbugnion - use np.array_equal install of np.equal by SylvainCorlay
- Explain selected_index for tab and accordion by mwcraig
- The view module for style widgets is @jupyter-widgets/base. by jasongrout
- a bit more flexibility for embedding by maartenbreddels
- Export utils by jasongrout
- Audit disable behavior across the widgets by jasongrout
- Add Output widget to Widget List notebook by mwcraig
- Minor update of the "Using Interact" notebook by mwcraig
- Export the Jupyter Widgets model specification version for the controls. by jasongrout
- Remove the base package export in controls. by jasongrout
- Check for _state_lock being undefined by jasongrout
- Fix require path for widgetsnbextension by jasongrout
- Flush any inline matplotlib figures in interact functions for backwards compatibility by jasongrout
- Change widgetsnbextension back to using jupyter-js-widgets as the nbextension path by jasongrout
- Correct the description of where widgets appear by mwcraig
- Implement widget protocol version checking in the comm open messages. by jasongrout
- Use output base class in html-manager output widget by pbugnion
- Fix className -> classList.add to not overwrite class names. by jasongrout
- Fix Play control styling so that is as wide as a short widget. by jasongrout
- Revert right-alignment of Label by mwcraig
- Fix module loading for output widget in notebook by pbugnion
- Include the compiled files in the output package by jasongrout
- Clean up npm packages and examples by jasongrout
- Fix npm install by building the output widget on install. by jasongrout
- [WIP] Separate output widget package by pbugnion
- Rename packages by jasongrout
- Rename the widget model .id attribute to .model_id by jasongrout
- Handle incomplete numeric values better. by jasongrout
- Add readout_format to the IntRangeSlider. by jasongrout
- Make multiple selection widget select multiple values from the start by jasongrout
- Add more explanation to description of links by mwcraig
- Use Lerna by jasongrout
- Some more changes to the tutorials to reflect v7.0.0 by mwcraig
- Adjust promise rejection wrapping by vidartf
- Update calls from
logging.warn()
towarning()
by lzkelley - [WIP] Fix build errors by pbugnion
- Fix embed resolution issues by pbugnion
- Clean up some details in tutorial notebooks by mwcraig
- Add a note about installing the jupyterlab extension by dhirschfeld
- Fix accordion styling so that it works with nested accordions by mwcraig
- Fix dev-install.sh problem by mwcraig
- Fix Widget view name/module None by vidartf
- Export output widget in embed bundle by pbugnion
- Notebook fixes by jasongrout
- New controls package by jasongrout
- Install all packages in CI by pbugnion
- Missing CSS in notebook extension by pbugnion
- Separate the base widget infrastructure from the core widgets by jasongrout
- Naming fix for the htmlmanager by jasongrout
- Add repr strings for widgets by vidartf
- [WIP] Split out embed manager by pbugnion
- Don’t trim the button description or icon values. by jasongrout
- Test WidgetModel by jasongrout
- Embed code generation from Python by vidartf
- Add missing trait help strings. by jasongrout
- Override the prompt area correction for widths of output areas. by jasongrout
- Make the message throttle only apply to sync messages by jasongrout
- Update the Label description in the Widget List notebook. by jasongrout
- Make label width configurable by jasongrout
- Updates to use jupyter_alabaster_theme by charnpreetsingh
- Change the documentation inline math from $x$ to (x) to support docs rendering. by jasongrout
- Fix widget saving in the classic notebook. by jasongrout
- Make a disconnected icon for widgets that are not live by jasongrout
- Make WidgetModel.set docstring more specific by vidartf
- Avoid resetting the date on invalid keyboard input by pbugnion
- Update dependencies by jasongrout
- Update changelog by jasongrout
- Switch to Jupyter alabaster theme by jasongrout
- Add a tutorial for using widgets asynchronously, waiting for widget changes from the frontend by jasongrout
- More testing by jasongrout
- Add tests for handle_comm_open by jasongrout
- More testing by jasongrout
- Selection range slider by jasongrout
- Clarify that the custom serializers are given the widget instance as a second argument, not the widget manager. by jasongrout
- Delete the clear_state commlessOnly argument by jasongrout
- Regression handling callback output by pbugnion
- Fix datepicker reset on early dates by pbugnion
- More unit tests. by jasongrout
- Checkbox, RadioButton, and spacing functionality/ux improvements by maxnoy
- Install python ipywidgets before jLab by maxnoy
- Fixes the dependency of IPython version when Python version is < 3.3 by ribamar-santarosa
- Use the spread operator instead of underscore’s extend. by jasongrout
- Update to JLab 0.21 by jasongrout
- More testing by jasongrout
- Play button fix by maartenbreddels
- fix: old behavious back of first using require local, then unpkg.com by maartenbreddels
- Default _view_count to be null, which signifies that counting won’t be done. by jasongrout
- WIP Don’t call the view general update method if just
_view_count
changes. by jasongrout - Change tuple by list in order to avoid ValueError's when Dropdown is … by kikocorreoso
- Fix a bug where custom serializers are not used by pbugnion
- Refactor jupyterlab plugin so there are no circular dependencies. by jasongrout
- Continued work on testing infrastructure by jasongrout
- Get testing framework in place by jasongrout
- Delete the jupyterlab extension python package. by jasongrout
- Make jupyter widget version numbers consistent by jasongrout
- Expose what version of the Jupyter widget spec we are following. by jasongrout
- fixes embedding for jupyter-sphinx by maartenbreddels
- Make widget managers completely in charge of loading widgets by jasongrout
- Adding type='password' support for Text in TextView class. by jakhani
- Correct use of
save_changes
andtouch
methods by Ricyteach - Update to most recent JupyterLab by jasongrout
- Serialize/deserialize binary values to the serialization format by jasongrout
- Listen to changes in the OutputModel outputs list. by jasongrout
- Don’t buffer attributes that are being set from the kernel unless they changed by jasongrout
- Make container widgets have overflow auto by default. by jasongrout
- Update jupyterlab/services. by jasongrout
- Update changelog by jasongrout
- Make the output widget store its state. by jasongrout
- Mention the Select and SelectMultiple rows option in the example. by jasongrout
- Deprecate using function annotations to specify interactive controls. by jasongrout
- Disambiguate models and views by jasongrout
- Document that the date picker doesn’t work in firefox or safari by jasongrout
- Added module name 'mywidget' to example Javascript by Ricyteach
- Fix one more syncing bug. by jasongrout
- Fix syncing bug. by jasongrout
- upgrade setuptools, pip on Travis by minrk
- Make @register backwards-compatible by jasongrout
- Make widgets render using output areas in classic notebook. by jasongrout
- Make serializers synchronous and guarantee to return a snapshot of the data by jasongrout
- Remove width restriction on Label widgets, and right-align them. by jasongrout
- Add the pypi Framework :: Jupyter metadata. by jasongrout
- Fix the slider range to notice changes by jasongrout
- Unicode -> Unicode() by jasongrout
- Fix _SelectionModel and _MultipleSelectionModel to sync using indices by jasongrout
- unpin sphinx_rtd_theme by minrk
- Send a click event from ToggleButtons. by jasongrout
- Fix editing range values in the readout. by jasongrout
- Introduce a ToggleButtons button_width style attribute. by jasongrout
- Fix dev-install script by jasongrout
- Update Widget Events.ipynb by FermiParadox
- Abstract out the notion of a traitlet instance type that can be initialized with a dict by jasongrout
- Update to phosphor 1.0 packages. by jasongrout
- Make the dropdown arrow a CSS variable so it can be customized. by jasongrout
- Fix select boxes to respond to setting the height. by jasongrout
- Make tab contents expand to fill tab widget size. by jasongrout
- small grammar changes to embedding.md by cornhundred
- Make the Select widget a scrolled list box again. by jasongrout
- added _view_count trait to Widget, to count the number of views by maartenbreddels
- grammar and restructured text formatting by cornhundred
- Start to unify the comm_open messages in the spec. by jasongrout
- Update Widget Low Level.ipynb by cornhundred
- github.com/ipython/ipywidgets -> github.com/jupyter-widgets/ipywidgets by jasongrout
- Removed redundant code by FermiParadox
- Update for new nested buffer protocol by maartenbreddels
- Make the widget update message the same no matter the direction of syncing by jasongrout
- Delete the version validation checks. by jasongrout
- Document the message spec by jasongrout
- DOC: limitations when embedding with jupyter_sphinx by stsievert
- Document of the attributes for each model by jasongrout
- Add a note about deprecated layout properties that were removed. by jasongrout
- Remove console.log messages. by jasongrout
- Upgrade phosphor packages by jasongrout
- Note a few more backwards-incompatibilities in the 6.0 changelog. by jasongrout
- Add ability to style FloatProgress widget by SylvainCorlay
- Clarify in docs that interactive does not display the result. by jasongrout
- Any descendant of the state can be a binary_type by maartenbreddels
- new: repeat button for Play widget, can be hidden by maartenbreddels
- Fix typo in low-level widget docs by jluebbe
- IE center slider by SylvainCorlay
- IE does not support string templating by SylvainCorlay
- Embedding on IE by SylvainCorlay
- tip for backward compat on default method vs dict by maartenbreddels
- Python 2 compat: unicode character prefix by SylvainCorlay
- Don’t make buttons default to uppercase. by jasongrout
- Center button icon when no descripton by SylvainCorlay
- Range readout using dash by jdemeyer
- Use built css instead of original css3 for embedder by SylvainCorlay
- Non DOM widgets views would throw on display in the class notebook manager. by SylvainCorlay
- Enable styling of Progress widget bar by SylvainCorlay
- Call get_interact_value inside "with out" block by jdemeyer
- set select min-width to 0 by jasongrout
- The button text should default to empty. by jasongrout
- Suppress exceptions during output widget redirection. by jasongrout
- Make slider css more robust and customizable by jasongrout
- Make the date picker consistent with the text box theming by jasongrout
- Remove dropdown style attribute and unused dropdown code by jasongrout
- Pass on copyright statements by SylvainCorlay
- Set toggle button style after the buttons are created. by jasongrout
- Don't set height of checkbox, which sometimes causes abnormally large checkboxes by jasongrout
- Make selected range thicker by SylvainCorlay
- [Alignment] Width of Label widgets (not description) by SylvainCorlay
- Style select element directly by jasongrout
- Add in style changes for keyboard focus for sliders and buttons. by jasongrout
- Make sure that the checkbox reserves enough room for the actual check control by jasongrout
- Final design changes for 6.0 by ellisonbg
- Changelog for 6.0 by jasongrout
- Remove a widget from an accordion by setting parent to null. by jasongrout
- Add License statements by jasongrout
- Phosphor update by jasongrout
- Test fixup by SylvainCorlay
- Fix textarea layout logic by SylvainCorlay
- Add low-level messaging documentation by SylvainCorlay
- Use npm run update in notebook and lab extensions to get latest js code. by jasongrout
- Add documentation for custom serialization by SylvainCorlay
- Use the system font size in the tab bar. by jasongrout
- Abstract out the color, background, and border of input controls. by jasongrout
- Add example using traitlet's observe by SylvainCorlay
- Allow html in labels by jasongrout
- Fix restoration of widgets on refresh. by jasongrout
- Fix disconnected icon by jasongrout
- Clear widget areas when output is cleared by jasongrout
- Remove workaround code for notebook before 4.2. by jasongrout
- Handle font-weight by SylvainCorlay
- remove more of ES2015/ES6 features by ivanov
- Move LabeledDOMWidgetModel and LabeledDOMWidgetView to exports so others can subclass by jasongrout
- fix ES2015 feature of getter by ivanov
- Require notebook 4.4 by SylvainCorlay
- Make various layout properties enums. by jasongrout
- Widget styling documentation by SylvainCorlay
- Allow a selection widget to have no options by jasongrout
- Fix web3 example by SylvainCorlay
- Add HTMLMath widget. by jasongrout
- Cleaned up select and multiple selection widget code. by jasongrout
- Fix Valid widget to display description. by jasongrout
- Widths by jasongrout
- Make the base, label, and readout font colors configurable. by jasongrout
- Widget styling by SylvainCorlay
- Create placeholder HTML widget for missing models by SylvainCorlay
- Selection container title dict should have string keys to be consistent with JSON by jasongrout
- Send resize message for initial box children. by jasongrout
- WIP Send box children resize notifications by jasongrout
- Revert dropdown control to use a native select control. by jasongrout
- remove unnecessary typecast now that we are on TS 2.0 by jasongrout
- Simplify box disposal by jasongrout
- Update JLab to 0.13.1 by jasongrout
- Delete margin for HBox and VBox by jasongrout
- Add titles to labels. by jasongrout
- Provide a way for cells in the classic notebook to notify widgets of resizes by jasongrout
- Fix dropdown bug by SylvainCorlay
- Square-border select by SylvainCorlay
- Add documentation on web contexts by SylvainCorlay
- Add core widget base class providing module semver ranges by SylvainCorlay
- Make the output widget work in notebook 4.3.1 + https://github.com/jupyter/notebook/pull/2022 by jasongrout
- interactive.widget_from_abbrev should be a classmethod by jdemeyer
- Allow dev install without JupyterLab; clean up script by jdemeyer
- Revert label widget layout changes by SylvainCorlay
- Remove overflow properties on Box by SylvainCorlay
- update_mapped_classes fixes by SylvainCorlay
- Improve documentation of web examples by SylvainCorlay
- Clarify that kernel synchronization only works when we have a live kernel by jasongrout
- Explain the JLab package is experimental by jasongrout
- Fix toggle buttons covering next cells by SylvainCorlay
- Update to jupyterlab 0.12 and style updates in date picker by SylvainCorlay
- Fix tests by SylvainCorlay
- Remove custom Date picker example by SylvainCorlay
- Adding date picker widget by SylvainCorlay
- Buffered_state_diff bug fix backport by ssunkara1
- Remove the Proxy and PlaceProxy widgets by jasongrout
- Commits: 1276
- Pull requests: 319
- Issues: 283