Procházet zdrojové kódy

Add jupyter_packaging to the extension tutorial

Fixes #9174
Jason Grout před 4 roky
rodič
revize
4ba7bfa951
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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.