Repository URL to install this package:
|
Version:
0.3.7 ▾
|
keplergl
/
__init__.py
|
|---|
# SPDX-License-Identifier: MIT
# Copyright contributors to the kepler.gl project
from ._version import version_info, __version__
from .keplergl import *
def _jupyter_nbextension_paths():
return [{
'section': 'notebook',
'src': 'static',
'dest': 'keplergl-jupyter',
'require': 'keplergl-jupyter/extension'
}]