Browse Source

Use jupyter-packaging instead of jupyter_packaging

Jason Grout 4 years ago
parent
commit
66ebeabad5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/source/developer/extension_migration_2_3.rst

+ 1 - 1
docs/source/developer/extension_migration_2_3.rst

@@ -30,7 +30,7 @@ First, make sure to update to JupyterLab 3.0 and install ``jupyter-packaging`` a
 .. code:: bash
 
    pip install jupyterlab -U
-   pip install jupyter_packaging cookiecutter
+   pip install jupyter-packaging cookiecutter
 
 
 Or with ``conda``: