Skip to main content

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, cd and grep,
  • run editors nano and vim,
  • use tab completion for command and file names,
  • use mamba and pip commands for package installation,
  • store and use the command history.

Terminal

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.