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 882636d commit 7595d79Copy full SHA for 7595d79
basics/hello-world/README.md
@@ -128,18 +128,12 @@ of the `JupyterFrontEndPlugin` class:
128
129
<!-- prettier-ignore-start -->
130
```ts
131
-// src/index.ts#L9-L18
+// src/index.ts#L9-L12
132
133
const extension: JupyterFrontEndPlugin<void> = {
134
id: 'hello-world',
135
autoStart: true,
136
activate: (app: JupyterFrontEnd) => {
137
- console.log('the JupyterLab main application:', app);
138
- }
139
-};
140
-
141
-export default extension;
142
143
```
144
145
0 commit comments