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
+6-6
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ 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.com](https://www.terminal.com) for developing and testing your implementations. [Terminal](https://www.terminal.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.terminal.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. [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
-
This tutorial lists the necessary steps of working on the assignments using Terminal. First of all, [sign up your own account](https://www.terminal.com/signup). Log in [Terminal](https://www.terminal.com) with the account that you have just created.
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
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:
11
11
12
-
The snapshot of Assignment #1 can be found [here](https://www.terminal.com/tiny/C9uqWtabDt). Let's go to this link:
12
+
The snapshot of Assignment #1 can be found [here](https://www.stanfordterminalcloud.com/snapshot/49f5a1ea15dc424aec19155b3398784d57c55045435315ce4f8b96b62819ef65). Let's go to this link:
13
13
14
14
<divclass='fig figcenter fighighlight'>
15
15
<imgsrc='/assets/terminal-shared.jpg'>
@@ -27,12 +27,12 @@ You are all set! To work on the assignments, click the link (shown in the red bo
27
27
<imgsrc='/assets/terminal-development.jpg'>
28
28
</div>
29
29
30
-
We have set up the [IPython Notebook](http://ipython.org/notebook.html) and other dependencies in the terminal. You can find these notebooks and skeleton codes in the folder **assignment1-master**. 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. 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.
31
31
32
32
<divclass='fig figcenter fighighlight'>
33
33
<imgsrc='/assets/terminal-coursework.jpg'>
34
34
</div>
35
35
36
-
For more information about [Terminal](https://www.terminal.com/terminals), check out the [FAQ](https://www.terminal.com/faq) page.
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 $5 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. 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 :)
0 commit comments