Adding all project files
This commit is contained in:
parent
6c9e127bdc
commit
cd4316ad0f
42289 changed files with 8009643 additions and 0 deletions
BIN
venv/Lib/site-packages/pydeck/nbextension/.DS_Store
vendored
Normal file
BIN
venv/Lib/site-packages/pydeck/nbextension/.DS_Store
vendored
Normal file
Binary file not shown.
11
venv/Lib/site-packages/pydeck/nbextension/__init__.py
Normal file
11
venv/Lib/site-packages/pydeck/nbextension/__init__.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
def _jupyter_nbextension_paths():
|
||||
"""Integrates Widget with a Jupyter notebook.
|
||||
Required for building a widget. `See the Jupyter Notebook docs.`_
|
||||
|
||||
Users should not explicitly call this function.
|
||||
|
||||
_ https://testnb.readthedocs.io/en/latest/examples/Notebook/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html#Defining-the-server-extension-and-nbextension
|
||||
"""
|
||||
return [
|
||||
{"section": "notebook", "src": "nbextension/static", "dest": "pydeck", "require": "pydeck/extensionRequires"}
|
||||
]
|
Binary file not shown.
BIN
venv/Lib/site-packages/pydeck/nbextension/static/.DS_Store
vendored
Normal file
BIN
venv/Lib/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() {}
|
||||
};
|
||||
});
|
3702
venv/Lib/site-packages/pydeck/nbextension/static/index.js
Normal file
3702
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
Loading…
Add table
Add a link
Reference in a new issue