Skip to content

Commit 940c680

Browse files
committed
changes to terminal tutorial
1 parent d143162 commit 940c680

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: terminal-tutorial.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ layout: page
33
title: Terminal.com Tutorial
44
permalink: /terminal-tutorial/
55
---
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.
77

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.
99

1010
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:
1111

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:
1313

1414
<div class='fig figcenter fighighlight'>
1515
<img src='/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
2727
<img src='/assets/terminal-development.jpg'>
2828
</div>
2929

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.
3131

3232
<div class='fig figcenter fighighlight'>
3333
<img src='/assets/terminal-coursework.jpg'>
3434
</div>
3535

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.
3737

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

Comments
 (0)