Skip to content

Commit b5eb738

Browse files
authored
Add "Why learn to write extensions?" to module 1 (#84)
1 parent 826310a commit b5eb738

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

04-materials/01-exploring-extensions.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ terms for the components of the interface so we're all on the same page.
3535
5. Right {term}`side panel <side panel>`
3636

3737

38+
## Why learn to write extensions?
39+
40+
The power of JupyterLab comes from its extensibility.
41+
You can install helpful tools, like version control, visualization improvements, addons
42+
to convert notebooks to other formats, AI assistants, or highly specializied toolkits
43+
for domains like quantum computing, geology, or astronomy.
44+
45+
There are over 600 extensions compatible with the latest version of JupyterLab at the
46+
time of this workshop.
47+
48+
3849
## Extensions and plugins and widgets -- oh, my!
3950

4051
While they sound similar, {term}`extensions <extension>` and {term}`plugins <plugin>`

0 commit comments

Comments
 (0)