wg-backend-django/dell-env/lib/python3.11/site-packages/jupyterlab_plotly/__init__.py
2023-10-30 14:40:43 +07:00

14 lines
340 B
Python

def _jupyter_labextension_paths():
return [{"src": "labextension", "dest": "jupyterlab-plotly"}]
def _jupyter_nbextension_paths():
return [
{
"section": "notebook",
"src": "nbextension",
"dest": "jupyterlab-plotly",
"require": "jupyterlab-plotly/extension",
}
]