瀏覽代碼

Add note about publishing to npm

Jeremy Tuloup 4 年之前
父節點
當前提交
eee97c32f8
共有 1 個文件被更改,包括 6 次插入0 次删除
  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.