wg-backend-django/dell-env/lib/python3.11/site-packages/jupyterlab_plotly/__init__.py

14 lines
340 B
Python
Raw Normal View History

2023-10-30 03:40:43 -04:00
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",
}
]