...
virtualgl glxgears
Jupyter Notebooks
Custom iPython Kernels
The Jupyter notebooks start with the Anaconda used if you execute ‘module add seas-anaconda3’ in a terminal. From there you can build a custom Anaconda environment.
It’s not recommended to have Anaconda add itself to your .bashrc if you use VNC, as it interferes with the ability for the VNC environment to start.{: style=”color: red; opacity: 0.80;” }
Inside the new Anaconda environment, you can then execute
ipython kernel install --user --name=envname
Start a new Jupyter session, and you can then find that kernel from the ‘New’ dropdown within Jupyter.
Extra Jupyter Arguments
You may place extra arguments for Jupyter's startup in this field. Common options include:
--NotebookApp.notebook_dir=/storage1/piname/Active
The above starts Jupyter in a specific directory. You must have a keytab established, as described above, for this to work on RIS storage locations.
VSCode
VSCode starts a Visual Studio Code interface in your browser.
Software on the Compute Cluster
...