We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d650b01 commit 7cd15baCopy full SHA for 7cd15ba
launcher/README.md
@@ -17,6 +17,7 @@ your extension will use two commands defined by the [documents manager](https://
17
18
The command will create a new Python file and then open it:
19
20
+<!-- prettier-ignore-start -->
21
```ts
22
// src/index.ts#L41-L64
23
@@ -45,6 +46,7 @@ commands.addCommand(command, {
45
46
},
47
});
48
```
49
+<!-- prettier-ignore-end -->
50
51
To link that command to the JupyterLab launcher, the `ILauncher` interface needs to be passed to the `activate`
52
extension function. As that interface is provided by the `@jupyterlab/launcher` package, it needs first to be installed:
0 commit comments