Skip to content

Commit

Permalink
Added Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaticus committed May 8, 2020
1 parent 7630066 commit d2f61f6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Project.toml
@@ -0,0 +1,5 @@
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"

[compat]
julia = "=1.3.0"
25 changes: 22 additions & 3 deletions grades.ipynb
Expand Up @@ -43,14 +43,29 @@
{
"data": {
"text/plain": [
"0"
"0.7"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Fill these with your own grades (example)\n",
"lectures_grades = [10/11,5/18,8/12,7/11,8/9,10/13,0/9,4/14,6/5,10/18,4/18,6/11,20/24,5/10,15/24,14/20,18/20,7/9,2/8]\n",
"homeworks_grades = [0/61,10/28,7/12,20/25,21/26,15/32,10/36]\n",
"project0_grade = 0.7\n",
"projects_grades = [37/39,15/72,0/39,8/14,8/14] # exclude Project 0 here\n",
"midterm_grade = 20/38\n",
"final_grade = 0.7"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Fill these with your own grades\n",
"lectures_grades = [0/11,0/18,0/12,0/11,0/9,0/13,0/9,0/14,0/5,0/18,0/18,0/11,0/24,0/10,0/24,0/20,0/20,0/9,0/8]\n",
Expand All @@ -63,14 +78,14 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Your final grade is 0.0.\n"
"Your final grade is 0.60569908271553.\n"
]
}
],
Expand Down Expand Up @@ -104,6 +119,10 @@
}
],
"metadata": {
"@webio": {
"lastCommId": null,
"lastKernelId": null
},
"kernelspec": {
"display_name": "Julia 1.3.0",
"language": "julia",
Expand Down

0 comments on commit d2f61f6

Please sign in to comment.