Browse Source

Update tutorials

Steven Silvester 8 năm trước cách đây
mục cha
commit
3d38161a21
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      tutorial/documents.md
  2. 1 1
      tutorial/plugins.md

+ 1 - 1
tutorial/documents.md

@@ -80,7 +80,7 @@ widget extensions.  The context contains the model as one of its properties
 so that we can pass a single object around.
 
 They are used to provide an abstracted interface
-to the session and contents API from jupyter-js-services for the
+to the session and contents API from `@jupyterlab/services` for the
 given model.  They can be shared between widgets.
 
 The reason for a separate context and model is so that it is easy to create

+ 1 - 1
tutorial/plugins.md

@@ -33,7 +33,7 @@ The default plugins in the JupyterLab application include:
 - [Editor](http://jupyterlab.github.io/jupyterlab/modules/_editorwidget_plugin_.html) - Add a widget factory for displaying editable source files.
 - [Console](http://jupyterlab.github.io/jupyterlab/modules/_console_plugin_.html) - Adds the ability to launch Jupyter Console instances for
 interactive kernel console sessions.
-- [Services](http://jupyterlab.github.io/jupyterlab/modules/_services_plugin_.html#servicesprovider) - An application-specific interface to `jupyter-js-services`.
+- [Services](http://jupyterlab.github.io/jupyterlab/modules/_services_plugin_.html#servicesprovider) - An application-specific interface to `@jupyterlab/services`.
 - [RenderMime](http://jupyterlab.github.io/jupyterlab/modules/_rendermime_plugin_.html#rendermimeprovider) - The registry for adding kernel `display_data` renderers.
 - [Document Registry](http://jupyterlab.github.io/jupyterlab/modules/_docregistry_plugin_.html#docregistryprovider) - Used to add functionality around widgets backed by files.
 - [Clipboard](http://jupyterlab.github.io/jupyterlab/modules/_clipboard_plugin_.html#clipboardprovider) - The application-wide clipboard for arbitrary MIME data.