cc_staff
782
edits
m (OpenRefine is available in 2020.) |
(All command interpreters) |
||
Line 57: | Line 57: | ||
JupyterLab offers access to a terminal, an IDE (Desktop), a Python console and different options to create text and Markdown files. This section presents only the main supported Jupyter applications that work with the Compute Canada software stack. | JupyterLab offers access to a terminal, an IDE (Desktop), a Python console and different options to create text and Markdown files. This section presents only the main supported Jupyter applications that work with the Compute Canada software stack. | ||
=== Terminal === <!--T:12--> | === Command Line Interpreters === | ||
[[File:JupyterLab_Launcher_Julia.png|thumb|Julia console launcher button]] | |||
[[File:JupyterLab_Launcher_Python.png|thumb|Python console launcher button]] | |||
[[File:JupyterLab_Launcher_Terminal.png|thumb|Terminal launcher button]] | |||
==== Julia Console ==== | |||
To enable the ''Julia 1.x'' console launcher, an <code>ijulia-kernel</code> module needs to be loaded. When launched, a Julia interpreter is presented in a new JupyterLab tab. | |||
==== Python Console ==== | |||
The ''Python 3.x'' console launcher is available by default in a new JupyterLab session. When launched, a Python 3 interpreter is presented in a new JupyterLab tab. | |||
==== Terminal ==== <!--T:12--> | |||
<!--T:13--> | <!--T:13--> | ||
This application launcher will open a terminal in a new JupyterLab tab: | This application launcher will open a terminal in a new JupyterLab tab: | ||
* The terminal runs a (Bash) shell on the remote compute node without the need of an SSH connection | * The terminal runs a (Bash) shell on the remote compute node without the need of an SSH connection |