Remove deprecatedwidgets handler, because it's backwards compat support for ipywidgets 3.0

This commit is contained in:
Jonathan Frederic 2016-03-30 16:29:44 -07:00
parent 7695311668
commit 9f9bc69e9b
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@
{% endif %}
custom : '{{ base_url }}custom',
nbextensions : '{{ base_url }}nbextensions',
widgets : '{{ base_url }}deprecatedwidgets',
kernelspecs : '{{ base_url }}kernelspecs',
underscore : 'components/underscore/underscore-min',
backbone : 'components/backbone/backbone-min',

View File

@ -33,7 +33,6 @@
'auth/js/main': 'auth/js/built/main.min',
custom : '{{ base_url }}custom',
nbextensions : '{{ base_url }}nbextensions',
widgets : '{{ base_url }}deprecatedwidgets',
kernelspecs : '{{ base_url }}kernelspecs',
underscore : 'components/underscore/underscore-min',
backbone : 'components/backbone/backbone-min',