Skip to content

Commit

Permalink
Merge pull request #26 from ryanlovett/main
Browse files Browse the repository at this point in the history
Add separate doc on JupyterLab.
  • Loading branch information
ryanlovett authored Oct 21, 2024
2 parents 7b31d18 + 4d03476 commit 93d2c1b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ parts:
chapters:
- file: technology/pedagogy-and-technology/introduction-to-jupyter
title: Jupyter Notebooks and JupyterHub
- file: technology/jupyterlab
- file: technology/rstudio
- file: technology/shiny
- file: technology/quarto
Expand Down
15 changes: 15 additions & 0 deletions technology/jupyterlab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: JupyterLab
---

[JupyterLab](https://jupyterlab.readthedocs.io) is "a highly extensible, feature-rich notebook authoring application and editing environment." Most courses on DataHub use JupyterLab as the primary user-facing application.

```{figure} ../images/jupyterlab.png
:width: 500px
:align: center
:name: JupyterLab Screenshot
Screenshot of JupyterLab.
```

Besides the built-in features, there are numerous extensions that can be used to augment its features.

0 comments on commit 93d2c1b

Please sign in to comment.