浏览代码

Use jupyter-packaging instead of jupyter_packaging

Jason Grout 4 年之前
父节点
当前提交
66ebeabad5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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``: