Terminal
The JupyterLite Terminal is an experimental extension that adds a terminal emulator running a bash-like shell to JupyterLite.
What can you do with the JupyterLite Terminal?
Here is the list of what is currently feasible. You can:
- run basic shell commands on the file system of JupyterLite such as
ls,cdandgrep, - run editors
nanoandvim, - use tab completion for command and file names,
- use
mambaandpipcommands for package installation, - store and use the command history.

note
The extension is still under active development and more commands will be included, as well as improved bash-like shell functionality and instructions on how to build and use your own JavaScript and WebAssembly commands.