-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from Ashan-Wimalasiri/main
update for Requesting/managing project storage on Peradeniya Servers and Use Jupyter Notebook on Kepler/Turing Servers
- Loading branch information
Showing
3 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
layout: QA_page | ||
permalink: "/network-n-servers/Use-Jupyter-Notebook-on-Kepler-Turing-Servers/" | ||
|
||
parent: "Network and Servers" | ||
title: "Use Jupyter Notebook on Kepler/Turing Servers" | ||
index: 6 | ||
author: "Ashan" | ||
|
||
github: faq/network-n-servers/6_use_jupyter_notebook.html | ||
--- | ||
|
||
<div class="container py-3"> | ||
<p>For this example, we use Turing. You can do the same thing on kepler.</p> | ||
|
||
<ol> | ||
<li>SSH to Tesla</li> | ||
<li>SSH to Turing from Tesla</li> | ||
<li>Create a conda environment on Turing and activate it. <br><a href="https://www.cs.umd.edu/~gihan/resources/pdn-hpc/">(https://www.cs.umd.edu/~gihan/resources/pdn-hpc/)</a></li> | ||
<li><b>conda install jupyter</b></li> | ||
<li><b>jupyter notebook --no-browser --port=8889 --ip=0.0.0.0</b></li> | ||
<li>You will see a token. Copy it.</li> | ||
</ol> | ||
|
||
<br> | ||
|
||
<p>Open WSL on your windows computer (or the Terminal on Linux/Mac)</p> | ||
<ol> | ||
<li><b>ssh -N -f -L localhost:8888:turing.ce.pdn.ac.lk:8889 e14158@tesla.ce.pdn.ac.lk</b></li> | ||
</ol> | ||
|
||
<p>Now, open google chrome and go to http://localhost:8888</p> | ||
<br> | ||
<p> | ||
If you have questions about anything, please try to ask them on the <b>PeraCOM Discord #ask-for-help</b> channel. | ||
That is helpful to the community as a whole. | ||
If you are not already on the discord, | ||
please ask for an invitation from (e17154@eng.pdn.ac.lk and e16088@eng.pdn.ac.lk) | ||
</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters