Skip to content

Latest commit

History

History
29 lines (20 loc) 路 801 Bytes

user-guide.md

File metadata and controls

29 lines (20 loc) 路 801 Bytes

User Guide

Contents

:maxdepth: 2

kernels/index
rtc/index

Frequently-Asked Questions

How is JupyterLite different than JupyterLab?

If you're using a JupyterLite site, there isn't much to know. It works like a regular, server-backed JupyterLab site, except:

  • The list of kernels, usually visible from the Launcher as different Notebook flavors, will be different
  • Your data is written to in-browser storage
    • though you may be able to copy
  • None of your data leaves your browser unless...
    • Extensions are installed and enabled
    • Your Notebooks include code that uses the browser's fetch mechanism

How can I put my own content in JupyterLite?

See the developer guide: it can get pretty involved!