Jupyter web terminal

You can start a terminal from the New menu within Jupyter Files tab. This is a fully-featured web terminal, running on a worker node. It opens a new browser tab.

You can for example:

  • use module command to load softwares
  • run Linux commands
  • compile & run programs

On can for example show the available python modules:

$ conda list
$ pip list

You cannot start graphical programs (e.g. xeyes) from this terminal.