WIP- Under maintenence- Web research working.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
|
||||
// Entry point for the notebook bundle containing custom model definitions.
|
||||
//
|
||||
define(function() {
|
||||
"use strict";
|
||||
|
||||
window['requirejs'].config({
|
||||
map: {
|
||||
'*': {
|
||||
'jupyterlab-plotly': 'nbextensions/jupyterlab-plotly/index',
|
||||
},
|
||||
}
|
||||
});
|
||||
// Export the required load_ipython_extension function
|
||||
return {
|
||||
load_ipython_extension : function() {}
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user