mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-03 06:31:28 +00:00
first commit
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
/* eslint-disable */
|
||||
define(function() {
|
||||
'use strict';
|
||||
requirejs.config({
|
||||
map: {
|
||||
'*': {
|
||||
'@deck.gl/jupyter-widget': 'nbextensions/pydeck/index'
|
||||
}
|
||||
}
|
||||
});
|
||||
// Export the required load_ipython_extension function
|
||||
return {
|
||||
load_ipython_extension: function() {}
|
||||
};
|
||||
});
|
19
.venv/Lib/site-packages/pydeck/nbextension/static/index.js
Normal file
19
.venv/Lib/site-packages/pydeck/nbextension/static/index.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user