-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
283 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 13 additions & 13 deletions
26
connecting-widgets/connecting_widgets/nbextension/static/extension.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
// Entry point for the notebook bundle containing custom model definitions. | ||
// | ||
define(function() { | ||
"use strict"; | ||
define(function () { | ||
'use strict'; | ||
|
||
window['requirejs'].config({ | ||
map: { | ||
'*': { | ||
'connecting-widgets': 'nbextensions/connecting_widgets/index', | ||
}, | ||
} | ||
}); | ||
// Export the required load_ipython_extension function | ||
return { | ||
load_ipython_extension : function() {} | ||
}; | ||
window['requirejs'].config({ | ||
map: { | ||
'*': { | ||
'connecting-widgets': 'nbextensions/connecting_widgets/index', | ||
}, | ||
}, | ||
}); | ||
// Export the required load_ipython_extension function | ||
return { | ||
load_ipython_extension: function () {}, | ||
}; | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.