Browse Source

Add jupyter_packaging to the extension tutorial

Fixes #9174
Jason Grout 4 years ago
parent
commit
4ba7bfa951
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/source/developer/extension_tutorial.rst

+ 1 - 0
docs/source/developer/extension_tutorial.rst

@@ -162,6 +162,7 @@ dependencies and install the extension into the JupyterLab environment.
 
 .. code:: bash
 
+    pip install jupyter_packaging
     pip install -ve .
 
 The above command copies the frontend part of the extension into JupyterLab.