Skip to content

Commit

Permalink
rename the docprovider destination name to avoid conficts (jupyterlab…
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet authored Apr 17, 2024
1 parent f263eb1 commit adcde32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@


def _jupyter_labextension_paths():
return [{"src": "labextension", "dest": "@jupyter/collaboration-extension"}]
return [{"src": "labextension", "dest": "@jupyter/docprovider-extension"}]

0 comments on commit adcde32

Please sign in to comment.