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: terminal-tutorial.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -3,36 +3,36 @@ layout: page
3
3
title: Terminal.com Tutorial
4
4
permalink: /terminal-tutorial/
5
5
---
6
-
For the assignments, we offer an option to use [Terminal](https://www.stanfordterminalcloud.com) for developing and testing your implementations. [Terminal](https://www.stanfordterminalcloud.com) is an online computing platform that allows us to access pre-configured command line environments. Note that, it's not required to use [Terminal](https://www.stanfordterminalcloud.com) for your assignments; however, it might make life easier with all the required dependencies and development toolkits configured for you.
6
+
For the assignments, we offer an option to use [Terminal](https://www.stanfordterminalcloud.com) for developing and testing your implementations. Notice that we're not using the main Terminal.com site but a subdomain which has been assigned specifically for this class. [Terminal](https://www.stanfordterminalcloud.com) is an online computing platform that allows us to access pre-configured command line environments. Note that, it's not required to use [Terminal](https://www.stanfordterminalcloud.com) for your assignments; however, it might make life easier with all the required dependencies and development toolkits configured for you.
7
7
8
8
This tutorial lists the necessary steps of working on the assignments using Terminal. First of all, [sign up your own account](https://www.stanfordterminalcloud.com/signup). Log in [Terminal](https://www.stanfordterminalcloud.com) with the account that you have just created.
9
9
10
-
For each assignment, we will provide you a link to a shared terminal snapshot. These snapshots are pre-configured command line environments with the starter code, where you can write your implementations and execute the code. Let's take Assignment #1 as an example:
10
+
For each assignment, we will provide you a link to a shared terminal snapshot. These snapshots are pre-configured command line environments with the starter code, where you can write your implementations and execute the code.
11
11
12
-
The snapshot of Assignment #1 can be found [here](https://www.stanfordterminalcloud.com/snapshot/49f5a1ea15dc424aec19155b3398784d57c55045435315ce4f8b96b62819ef65). Let's go to this link:
12
+
Here's an example of what a snapshot page looked like for an assignment in 2015:
13
13
14
14
<divclass='fig figcenter fighighlight'>
15
15
<imgsrc='/assets/terminal-shared.jpg'>
16
16
</div>
17
17
18
-
Click the "Start" button on the lower right corner. This will clone the shared snapshot to your own account. Now you should be able to find the terminal (**zyk09021** in my case) under the [My Terminals](https://www.stanfordterminalcloud.com/terminals) tab.
18
+
Yours will look similar. Click the "Start" button on the lower right corner. This will clone the shared snapshot to your own account. Now you should be able to find the terminal under the [My Terminals](https://www.stanfordterminalcloud.com/terminals) tab.
19
19
20
20
<divclass='fig figcenter fighighlight'>
21
21
<imgsrc='/assets/terminal-my.jpg'>
22
22
</div>
23
23
24
-
You are all set! To work on the assignments, click the link (shown in the red box) to the terminal. It leads you to the development environment (see below).
24
+
Yours will look similar. You are all set! To work on the assignments, click the link to your terminal (shown in the red box in the above image). This link will open up the user interface layer over an AWS machine. It will look something similar to this:
25
25
26
26
<divclass='fig figcenter fighighlight'>
27
27
<imgsrc='/assets/terminal-development.jpg'>
28
28
</div>
29
29
30
-
We have set up the Jupyter Notebook and other dependencies in the terminal. You can find these notebooks and skeleton codes in the folder **assignment1**. You can access the notebooks by clicking on the "Access Jupyter Here" link at the bottom right when you launch a terminal, or by going to (your-terminal-ID)-8888.stanfordterminalcloud.com. Follow the detailed assignment descriptions to complete and submit your work. For submission, go to [Coursework](https://coursework.stanford.edu/portal/) using the browser in terminal (see below). You should be able to upload your work to Coursework.
30
+
We have set up the Jupyter Notebook and other dependencies in the terminal. Launch a new console window with the small + sign (if you don't already have one), navigate around and look for the assignment folder and code. Launch a Jupyer notebook and work on the assignment. If your're a student enrolled in the class you will submit your assignment through Coursework:
31
31
32
32
<divclass='fig figcenter fighighlight'>
33
33
<imgsrc='/assets/terminal-coursework.jpg'>
34
34
</div>
35
35
36
36
For more information about [Terminal](https://www.stanfordterminalcloud.com), check out the [FAQ](https://www.stanfordterminalcloud.com/faq) page.
37
37
38
-
**Important Note:** the usage of Terminal is charged on an hourly rate based on the instance type. A medium type instance costs $0.124 per hour. You will be granted $3 for free once the account is created. We are happy to sponsor each student roughly $10 extra fund for the assignments. Please contact [Serena Yeung](mailto:[email protected]) for more information about the fund. It is **your responsibility** to keep the charge in mind and to budget it carefully :)
38
+
**Important Note:** the usage of Terminal is charged on an hourly rate based on the instance type. A medium type instance costs $0.124 per hour. If you are enrolled in the class email Serena Yeung ([email protected]) to request Terminal credits. We will send you $3 the first time around, and you can request more funds on a rolling basis when you run out. Please be responsible with the funds we allocate you.
0 commit comments