Package Release Info

python-jupyter_widgetsnbextension-3.2.1-bp150.1.6

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-jupyter_widgetsnbextension
python3-jupyter_widgetsnbextension

Change Logs

* Thu Apr 19 2018 toddrme2178@gmail.com
- Update to version 3.2.1
  * A new `FloatLogSlider` widget is a slider with a log scale, suitable for exploring a wide range of magnitudes.
  * `link` and `dlink` are now exported from ipywidgets for convenience, so that you can import them directly from ipywidgets instead of needing to import them from traitlets. ([#1923](https://github.com/jupyter-widgets/ipywidgets/pull/1923))
  * A new option `manual_name` has been added to `interact_manual()` to change the name of the update button, for example `interact_manual(manual_name='Update')`. ([#1924](https://github.com/jupyter-widgets/ipywidgets/pull/1923))
  * The Output widget now has a `.capture()` method, which returns a decorator to capture the output of a function.
  * The Output widget has much more comprehensive documentation in its own section. ([#2020](https://github.com/jupyter-widgets/ipywidgets/pull/2020))
  * Installing `widgetsnbextension` now automatically enables the nbextension in Jupyter Notebook 5.3 or later. ([#1911](https://github.com/jupyter-widgets/ipywidgets/pull/1911))
  * The default rendering of a widget if widgets are not installed is now a short description of the widget in text instead of a much longer HTML message. ([#2007](https://github.com/jupyter-widgets/ipywidgets/pull/2007))
  * The JavaScript base widget manager class now has a `resolveUrl` method to resolve a URL relative to the current notebook location. ([#1993](https://github.com/jupyter-widgets/ipywidgets/pull/1993))
  * The html manager now exposes a way to specify which JavaScript file is fetched for a package and the loader used to fetch the library. ([#1995](https://github.com/jupyter-widgets/ipywidgets/pull/1995), [#1998](https://github.com/jupyter-widgets/ipywidgets/pull/1998))
  * The `@jupyter-widgets/controls` widget specification version was bumped to `1.2.0`. Changes include the FloatLogSlider widget and more specific documentation about array element types. ([#2017](https://github.com/jupyter-widgets/ipywidgets/pull/2017))
* Mon Mar 19 2018 toddrme2178@gmail.com
- Re-remove bashisms
* Tue Mar 13 2018 toddrme2178@gmail.com
- Switch to simpler and more reliable wheels
* Sun Mar 04 2018 jengelh@inai.de
- Avoid bashisms in scripts.
* Mon Feb 26 2018 toddrme2178@gmail.com
- Update to version 3.1.4
  * Bugfix release
* Thu Feb 15 2018 toddrme2178@gmail.com
- Update to version 3.1.3
  * Bugfix release
* Tue Feb 13 2018 toddrme2178@gmail.com
- update url
* Wed Jan 03 2018 arun@gmx.de
- specfile:
  * update copyright year
- update to version 3.1.0:
  * No changelog
* Wed Nov 22 2017 arun@gmx.de
- update to version 3.0.8:
  * No changelog
* Tue Nov 14 2017 arun@gmx.de
- update to version 3.0.7:
  * No changelog
* Thu Oct 26 2017 toddrme2178@gmail.com
- Update to version 3.0.6
  * No changelog
* Wed Sep 20 2017 toddrme2178@gmail.com
- Fix license download urls
* Tue Sep 19 2017 toddrme2178@gmail.com
- Update to version 3.0.3
  * No changelog
* Thu Apr 27 2017 toddrme2178@gmail.com
- Split python-independent nbextension directory into subpackage.
* Wed Apr 26 2017 toddrme2178@gmail.com
- Initial version