Files
Buffteks-Website/buffteks/lib/python3.12/site-packages/jupyterlab_plotly/__init__.py
2025-05-08 21:10:14 -05: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",
}
]