mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
The path for widgets has changed
This commit is contained in:
parent
d6a43d2601
commit
e4155ea7aa
@ -192,7 +192,7 @@ require([
|
||||
})
|
||||
// BEGIN HARDCODED WIDGETS HACK
|
||||
.then(function() {
|
||||
if (!utils.is_loaded('widgets/extension')) {
|
||||
if (!utils.is_loaded('jupyter-js-widgets/extension')) {
|
||||
// Fallback to the ipywidgets extension
|
||||
utils.load_extension('widgets/notebook/js/extension').catch(function () {
|
||||
console.warn('Widgets are not available. Please install widgetsnbextension or ipywidgets 4.0');
|
||||
|
Loading…
Reference in New Issue
Block a user