Template:Get Code

From 6.034 Wiki

(Difference between revisions)
Jump to: navigation, search
m
m
Line 9: Line 9:
-
All of your answers belong in the main file <tt>lab{{{lab}}}.py</tt>. To submit your lab to the test server, you will need to [https://ai6034.mit.edu/labs/ download your key.py] file and put it in either your lab{{{lab}}} directory or its parent directory.
+
All of your answers belong in the main file <tt>lab{{{lab}}}.py</tt>. To submit your lab to the test server, you will need to [https://ai6034.mit.edu/labs/ download your key.py] file and put it in either your lab{{{lab}}} directory or its parent directory. You can also view all of your lab submissions and grades [https://ai6034.mit.edu/labs/ here].
{{{notice|}}}
{{{notice|}}}

Revision as of 03:56, 8 September 2017

Before working on the lab, you will need to get the code. You can...

  • Use Git on your computer: git clone username@athena.dialup.mit.edu:/mit/6.034/www/labs/lab{{{lab}}}
  • Use Git on Athena: git clone /mit/6.034/www/labs/lab{{{lab}}}


All of your answers belong in the main file lab{{{lab}}}.py. To submit your lab to the test server, you will need to download your key.py file and put it in either your lab{{{lab}}} directory or its parent directory. You can also view all of your lab submissions and grades here.