<p>This is a special profile which allows you to run Jupyter on a machine outside of the RWTHjupyter cluster such as the RWTH HPC cluster frontend nodes.</p>
<h2>Instructions</h2>
<h3>macOS / Linux / Windows</h3>
<pre>
<codeclass="language-bash">
# Install Jupyter scripts
$ python3 -m pip install rwth-jupyter
# Connect to RWTHjupyter cluster
$ rwth-jupyter
</code>
</pre>
<h3>RWTH Compute Cluster</h3>
<p>Please run the following commands on one of the HPC frontend nodes:</p>
<pre>
<codeclass="language-bash">
# Login to one of the HPC frontend nodes via your SSH key or password:
<p>Please checkout the <ahref="https://git.rwth-aachen.de/jupyter/remote-spawn">README file of this profile</a> for further implementation details.</p>