Afshin Darian hace 7 años
padre
commit
67834d6ee6

+ 1 - 1
jupyterlab/settings_handler.py

@@ -71,5 +71,5 @@ class SettingsHandler(APIHandler):
         self.set_status(204)
 
 
-# The path for a labsettings section.
+# The path for a lab settings section.
 settings_path = r"/labsettings/(?P<section_name>[\w.-]+)"

+ 2 - 1
packages/apputils-extension/package.json

@@ -14,7 +14,8 @@
   "dependencies": {
     "@jupyterlab/application": "^0.8.3",
     "@jupyterlab/apputils": "^0.8.2",
-    "@jupyterlab/coreutils": "^0.8.1"
+    "@jupyterlab/coreutils": "^0.8.1",
+    "@jupyterlab/services": "^0.47.1"
   },
   "devDependencies": {
     "rimraf": "^2.5.2",

+ 1 - 1
packages/services/src/terminal/default.ts

@@ -232,7 +232,7 @@ namespace DefaultTerminalSession {
   /**
    * Start a new terminal session.
    *
-   * @options - The session options to use.
+   * @param options - The session options to use.
    *
    * @returns A promise that resolves with the session instance.
    */

+ 1 - 1
packages/services/src/terminal/terminal.ts

@@ -100,7 +100,7 @@ namespace TerminalSession {
   /**
    * Start a new terminal session.
    *
-   * @options - The session options to use.
+   * @param options - The session options to use.
    *
    * @returns A promise that resolves with the session instance.
    */