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’s what you can currently do:
- Run basic shell commands on the JupyterLite file system (e.g.,
ls,cd,grep). - Use text editors like
nanoandvim. - Enable tab completion for commands and file names.
- Install packages using
mambaandpip. - Store and reuse command history.

note
This extension is still under active development. Future updates will include:
- Additional commands.
- Improved bash-like shell functionality.
- Instructions for building and using custom JavaScript and WebAssembly commands.