"The IPython Notebook 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 python27 bash cd directory_for_ipynb_files ipython notebook --ip=hallway-cThe second command is not needed if notebook desn't require python 2.7. In the last command, "hallway-c" is the hostname connected through qlogin. If ipython notebook is available locally, the last command can simply be "ipython notebook"
For more information, refers to IPython Notebook