Mise à jour de Monitor.py et autres scripts
This commit is contained in:
BIN
myenv/lib/python3.11/site-packages/pydeck/nbextension/static/.DS_Store
vendored
Normal file
BIN
myenv/lib/python3.11/site-packages/pydeck/nbextension/static/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -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() {}
|
||||
};
|
||||
});
|
||||
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