You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manuscript/manuscript.tex
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -288,7 +288,8 @@ \subsection{Hidden Markov state models}
288
288
\subsection{Software and installation}
289
289
290
290
We utilize Jupyter~\cite{jupyter} notebooks to show code examples along with figures and interactive widgets to display molecules.
291
-
The user can install all necessary packages in one step using the \texttt{conda} command provided by the Anaconda Python stack (\url{https://anaconda.com}).
291
+
The user can install all necessary packages in one step using the \texttt{conda} command provided by the Anaconda Python
292
+
stack (\url{https://conda.io/miniconda.html}).
292
293
We recommend Anaconda because it resolves and installs dependencies as well as provides pre-compiled versions of common packages.
293
294
The tutorial installation contains a launcher command to start the Jupyter notebook server as well as the notebook files.
294
295
@@ -315,7 +316,9 @@ \subsection{Software and installation}
315
316
The tutorial software is currently supported for Python versions~$3.5$ and~$3.6$ on the operating systems Linux, OSX, and Windows.
316
317
317
318
Should the user prefer not to use Anaconda, a manual installation via the pip installer is possible.
318
-
Alternatively, one can use the Binder service (\url{https://mybinder.org}) to view and run the tutorials online in any browser.
319
+
Alternatively, one can use the Binder service
320
+
(\href{https://mybinder.org/v2/gh/markovmodel/pyemma_tutorials/master?filepath=notebooks}{https://mybinder.org}) to view
0 commit comments