"Jupyter Notebook, formerly known as iPython, is an interactive computational environment, in which you can combine code execution, rich text, mathematics, plots and rich media..." Currently IPython Notebook is available on classroom and hallway computers.

To use this tool on hallway computers from user desktop, run the following commands:

	qlogin
	scl enable rh-python36 bash
	cd directory_with_notebook_files
	jupyter-notebook
The second command is not needed if notebook desn't require python 3.6.

For more information, refers to IPython Notebook