Browse Source

Add note about publishing to npm

Jeremy Tuloup 4 years ago
parent
commit
eee97c32f8
1 changed files with 6 additions and 0 deletions
  1. 6 0
      docs/source/developer/extension_migration_2_3.rst

+ 6 - 0
docs/source/developer/extension_migration_2_3.rst

@@ -113,3 +113,9 @@ Starting from JupyterLab 3.0, extensions can be distributed as a Python package.
 
 The extension tutorial provides explanations to package the extension so it can be
 published on PyPI and conda forge: :ref:`extension_tutorial_publish`.
+
+.. note::
+
+   While publishing to PyPI is the new recommended way for distributing extensions to users,
+   it is still useful to continue publishing extensions to ``npm`` as well,
+   so other developers can extend them in their own extensions.