Skip to content

Commit

Permalink
docs: update jupyterlite-vs-jupyterlab.md (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Roudnitski <[email protected]>
  • Loading branch information
wfulmyk-ibm and michaelroudnitski authored Feb 6, 2025
1 parent 1b39504 commit 6937da5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/labs/jupyterlite-vs-jupyterlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ This page explains the differences between JupyterLite and JupyterLab - and whic
In general, we recommend authors use JupyterLite:
- __For the learner's best experience__
- If all required libraries are compatible.
- See [JupyterLite - Unsupported Libraries](./tools/jupyterlite#unsupported-libraries).
- Only low-medium rumtime code cells.
- See [JupyterLite - Additional Caveats](./tools/jupyterlite#additional-caveats).
- Check [JupyterLite - Supported Libraries](./tools/jupyterlite#supported-libraries) and [JupyterLite - Unsupported or Partially Supported Libraries](./tools/jupyterlite#unsupported-or-partially-supported-libraries) for details.
- If you do not have highly cpu-intensive code.
- Check [JupyterLite - Additional Caveats](./tools/jupyterlite#additional-caveats) for details.
- If you are not using large (>100MB+) datasets.
- Check [JupyterLite - Additional Caveats](./tools/jupyterlite#additional-caveats) for details.
- If you are not using libraries that must connect to the internet to work.
- Check [JupyterLite - Unsupported or Partially Supported Libraries](./tools/jupyterlite#unsupported-or-partially-supported-libraries) for details and [JupyterLite - Downloading Data](./tools/jupyterlite#downloading-data) for workarounds that might work for you.

## When should you use JupyterLab?

Expand Down

0 comments on commit 6937da5

Please sign in to comment.