Skip to content

Commit 7595d79

Browse files
authored
Correct README
This split in 3 snippets allows to represent the initial code obtained from the template
1 parent 882636d commit 7595d79

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

basics/hello-world/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,18 +128,12 @@ of the `JupyterFrontEndPlugin` class:
128128

129129
<!-- prettier-ignore-start -->
130130
```ts
131-
// src/index.ts#L9-L18
131+
// src/index.ts#L9-L12
132132

133133
const extension: JupyterFrontEndPlugin<void> = {
134134
id: 'hello-world',
135135
autoStart: true,
136136
activate: (app: JupyterFrontEnd) => {
137-
console.log('the JupyterLab main application:', app);
138-
}
139-
};
140-
141-
export default extension;
142-
143137
```
144138
145139
```ts

0 commit comments

Comments
 (0)