Преглед на файлове

Add jupyter_packaging to the extension tutorial

Fixes #9174
Jason Grout преди 4 години
родител
ревизия
4ba7bfa951
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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.