Skip to content

Commit 447a60e

Browse files
committed
fix: Use correct Python package name
1 parent e253595 commit 447a60e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packageManager": "python",
3-
"packageName": "jupyterlab_latex",
4-
"uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package jupyterlab_latex"
3+
"packageName": "jupyterlab-latex",
4+
"uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package jupyterlab-latex"
55
}

0 commit comments

Comments
 (0)