mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-21 10:15:45 +00:00
10 lines
209 B
Python
10 lines
209 B
Python
from ._version import __version__ # noqa
|
|
from .style import JupyterStyle # noqa
|
|
|
|
|
|
def _jupyter_labextension_paths():
|
|
return [{
|
|
"src": "labextension",
|
|
"dest": "jupyterlab_pygments"
|
|
}]
|