@@ -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.-]+)"
@@ -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",
@@ -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.
*/
@@ -100,7 +100,7 @@ namespace TerminalSession {