Skip to content

Commit 3551db3

Browse files
committed
Very minor formatting edits
1 parent dd968d7 commit 3551db3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

remote_ipynb.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ \subsection{Manual}
3434
\label{sec:manual}
3535

3636
The \emph{Listing} boxes, such Listing \ref{lst:example} below, display lines of commands to be entered into the terminal.
37-
If a command contains text enclosed in angle brackets (\textbf{\textless{}\textgreater{}}) then you must replace the variable (including the brackets) as specified.
38-
Any text following the \textbf{\#} character is a comment and does not need to be entered.
39-
Many commands take \emph{flags} to specify some of their behaviour --- be careful to distinguish between the single dash (\textbf{-}) and the double dash (\textbf{-{}-}) when typing these out.
37+
If a command contains text enclosed in angle brackets (\texttt{\textless{}\textgreater{}}) then you must replace the variable (including the brackets) as specified.
38+
Any text following the \texttt{\#} character is a comment and does not need to be entered.
39+
Many commands take \emph{flags} to specify some of their behaviour --- be careful to distinguish between the single dash (\texttt{-}) and the double dash (\texttt{--}) when typing these out.
4040
\begin{lstlisting}[caption={An example of a command}, label={lst:example}]
4141
cmnd --flag <variable> # this does something
4242
\end{lstlisting}
@@ -211,10 +211,11 @@ \subsection{PuTTY}
211211
Navigate to the \emph{Session} screen and enter \texttt{\textless{}USER\textgreater{}@\textless{}GATEWAY\textgreater{}.geog.ucl.ac.uk} in the \emph{Host Name} box, making the appropriate replacements (described in Section \ref{sec:linuxmac}).
212212
\footnote{Follow \href{http://www.geo.mtu.edu/geoschem/docs/putty_install.html}{this guide} if you want to be able to load X11 windows (i.e. graphical programs such as \emph{gedit} or \emph{Firefox}), although this is not necessary for using Notebooks.}
213213
To store these gateway login settings, enter a name under \emph{Saved Sessions} and click \emph{Save} (Figure \ref{fig:putty1}).
214+
214215
To set up the SSH tunnel, ensure that the settings from the previous session are loaded, then navigate to the port forwarding options via \emph{Connection} \textgreater{} \emph{SSH} \textgreater{} \emph{Tunnels} (Figure \ref{fig:putty2}).
215216
Under \emph{Source Port} supply \texttt{\textless{}PORT\textgreater{}}, and as the \emph{Destination} type \texttt{127.0.0.1:\textless{}PORT\textgreater{}}, substituting \textless{}PORT\textgreater{} with a valid port number as described in Section \ref{sec:runnb}.
216217
Click the \emph{Add} button to commit this information to the list of \emph{Forwarded ports}.
217-
Finally, to save these settings, navigate back to \emph{Sessions} and enter a \textbf{new} name under \emph{Saved Sessions} before clicking \emph{Save} (Figure \ref{fig:putty3}).
218+
Finally, to save these settings, navigate back to \emph{Sessions} and enter a \emph{new} name under \emph{Saved Sessions} before clicking \emph{Save} (Figure \ref{fig:putty3}).
218219

219220
To work with Jupyter Notebook on the Geography Linux Cluster, open each of these session profiles in individual PuTTY windows.
220221
The first session you created (\emph{arch} in Figure \ref{fig:putty1}) replaces the command in Listing \ref{lst:logingw}, while the second (\emph{archport} in \ref{fig:putty3}) replaces Listing \ref{lst:tunnel1}.

0 commit comments

Comments
 (0)