Add jupyter_labextension_paths to init

pull/6294/head
Jeremy Tuloup 5 years ago
parent 15bec0c3b3
commit 75351a9c14

@ -13,3 +13,10 @@ def _jupyter_server_extension_paths():
def _jupyter_server_extension_points():
return [{"module": "jupyterlab_classic", "app": ClassicApp}]
def _jupyter_labextension_paths():
return [{
'src': 'labextension',
'dest': '@jupyterlab-classic/lab-extension'
}]
Loading…
Cancel
Save