Skip to content

Commit

Permalink
Merge pull request #800 from jhamrick/0.5.x
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
jhamrick committed Jul 10, 2017
2 parents 12d7761 + 54e79da commit 35dea8e
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 56 deletions.
2 changes: 1 addition & 1 deletion nbgrader/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 5, 1, 'dev')
version_info = (0, 5, 1)
__version__ = '.'.join(map(str, version_info))
9 changes: 9 additions & 0 deletions nbgrader/docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ A summary of changes to nbgrader.
0.5.x
-----

0.5.1
~~~~~

nbgrader version 0.5.1 is a bugfix release mainly fixing an issue with the
formgrader. The following PRs were merged:

- PR #792: Make sure relative paths to source and release dirs are correct
- PR #791: Use the correct version number in the docs

0.5.0
~~~~~

Expand Down
1 change: 1 addition & 0 deletions nbgrader/docs/source/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ddbourgin
delimeters
dementrock
dev
dirs
dlsun
doesn
dropdown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@
"[AutogradeApp | INFO] Copying /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted/bitdiddle/ps1/jupyter.png -> /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/autograded/bitdiddle/ps1/jupyter.png\n",
"[AutogradeApp | INFO] Copying /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted/bitdiddle/ps1/timestamp.txt -> /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/autograded/bitdiddle/ps1/timestamp.txt\n",
"[AutogradeApp | INFO] Creating/updating student with ID 'bitdiddle': {}\n",
"[AutogradeApp | INFO] SubmittedAssignment<ps1 for bitdiddle> submitted at 2015-02-02 22:58:23.948203\n",
"[AutogradeApp | INFO] SubmittedAssignment<ps1 for bitdiddle> submitted at 2015-02-02 14:58:23.948203\n",
"[AutogradeApp | INFO] Overwriting files with master versions from the source directory\n",
"[AutogradeApp | INFO] Copying /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/source/./ps1/jupyter.png -> /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/autograded/bitdiddle/ps1/jupyter.png\n",
"[AutogradeApp | INFO] Sanitizing /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted/bitdiddle/ps1/problem1.ipynb\n",
Expand All @@ -881,7 +881,7 @@
"[AutogradeApp | INFO] Copying /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted/hacker/ps1/jupyter.png -> /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/autograded/hacker/ps1/jupyter.png\n",
"[AutogradeApp | INFO] Copying /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted/hacker/ps1/timestamp.txt -> /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/autograded/hacker/ps1/timestamp.txt\n",
"[AutogradeApp | INFO] Creating/updating student with ID 'hacker': {}\n",
"[AutogradeApp | INFO] SubmittedAssignment<ps1 for hacker> submitted at 2015-02-01 17:28:58.749302\n",
"[AutogradeApp | INFO] SubmittedAssignment<ps1 for hacker> submitted at 2015-02-01 09:28:58.749302\n",
"[AutogradeApp | INFO] Overwriting files with master versions from the source directory\n",
"[AutogradeApp | INFO] Copying /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/source/./ps1/jupyter.png -> /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/autograded/hacker/ps1/jupyter.png\n",
"[AutogradeApp | INFO] Sanitizing /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted/hacker/ps1/problem1.ipynb\n",
Expand Down Expand Up @@ -1167,8 +1167,8 @@
"output_type": "stream",
"text": [
"assignment,duedate,timestamp,student_id,last_name,first_name,email,raw_score,late_submission_penalty,score,max_score\n",
"ps1,,2015-02-02 22:58:23.948203,bitdiddle,,,,1.5,0.0,1.5,9.0\n",
"ps1,,2015-02-01 17:28:58.749302,hacker,,,,3.0,0.0,3.0,9.0\n"
"ps1,,2015-02-02 14:58:23.948203,bitdiddle,,,,1.5,0.0,1.5,9.0\n",
"ps1,,2015-02-01 09:28:58.749302,hacker,,,,3.0,0.0,3.0,9.0\n"
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions nbgrader/docs/source/user_guide/grades.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
assignment,duedate,timestamp,student_id,last_name,first_name,email,raw_score,late_submission_penalty,score,max_score
ps1,,2015-02-02 22:58:23.948203,bitdiddle,,,,1.5,0.0,1.5,9.0
ps1,,2015-02-01 17:28:58.749302,hacker,,,,3.0,0.0,3.0,9.0
ps1,,2015-02-02 14:58:23.948203,bitdiddle,,,,1.5,0.0,1.5,9.0
ps1,,2015-02-01 09:28:58.749302,hacker,,,,3.0,0.0,3.0,9.0
44 changes: 22 additions & 22 deletions nbgrader/docs/source/user_guide/managing_assignment_files.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,9 @@
"output_type": "stream",
"text": [
"total 40\n",
"-rw-r--r-- 1 jhamrick wheel 5733 Jul 8 11:51 jupyter.png\n",
"-rw-r--r-- 1 jhamrick wheel 7884 Jul 8 11:51 problem1.ipynb\n",
"-rw-r--r-- 1 jhamrick wheel 2258 Jul 8 11:51 problem2.ipynb\n"
"-rw-r--r-- 1 jhamrick wheel 5733 Jul 10 09:52 jupyter.png\n",
"-rw-r--r-- 1 jhamrick wheel 7884 Jul 10 09:52 problem1.ipynb\n",
"-rw-r--r-- 1 jhamrick wheel 2258 Jul 10 09:52 problem2.ipynb\n"
]
}
],
Expand Down Expand Up @@ -584,8 +584,8 @@
"output_type": "stream",
"text": [
"[SubmitApp | INFO] Source: /private/tmp/student_home/ps1\n",
"[SubmitApp | INFO] Destination: /tmp/exchange/example_course/inbound/jhamrick+ps1+2017-07-08 18:52:13.854453 UTC\n",
"[SubmitApp | INFO] Submitted as: example_course ps1 2017-07-08 18:52:13.854453 UTC\n"
"[SubmitApp | INFO] Destination: /tmp/exchange/example_course/inbound/jhamrick+ps1+2017-07-10 14:53:33.189965 UTC\n",
"[SubmitApp | INFO] Submitted as: example_course ps1 2017-07-10 14:53:33.189965 UTC\n"
]
}
],
Expand Down Expand Up @@ -613,9 +613,9 @@
"output_type": "stream",
"text": [
"total 8\n",
"drwxr-xr-x 3 jhamrick wheel 102 Jul 8 11:52 Library\n",
"-rw-r--r-- 1 jhamrick wheel 91 Jul 8 11:52 nbgrader_config.py\n",
"drwxr-xr-x 5 jhamrick wheel 170 Jul 8 11:51 ps1\n"
"drwxr-xr-x 3 jhamrick wheel 102 Jul 10 09:53 Library\n",
"-rw-r--r-- 1 jhamrick wheel 91 Jul 10 09:53 nbgrader_config.py\n",
"drwxr-xr-x 5 jhamrick wheel 170 Jul 10 09:52 ps1\n"
]
}
],
Expand Down Expand Up @@ -643,7 +643,7 @@
"output_type": "stream",
"text": [
"[ListApp | INFO] Submitted assignments:\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-07-08 18:52:13.854453 UTC\n"
"[ListApp | INFO] example_course jhamrick ps1 2017-07-10 14:53:33.189965 UTC\n"
]
}
],
Expand Down Expand Up @@ -671,8 +671,8 @@
"output_type": "stream",
"text": [
"[SubmitApp | INFO] Source: /private/tmp/student_home/ps1\n",
"[SubmitApp | INFO] Destination: /tmp/exchange/example_course/inbound/jhamrick+ps1+2017-07-08 18:52:19.083374 UTC\n",
"[SubmitApp | INFO] Submitted as: example_course ps1 2017-07-08 18:52:19.083374 UTC\n"
"[SubmitApp | INFO] Destination: /tmp/exchange/example_course/inbound/jhamrick+ps1+2017-07-10 14:53:38.124788 UTC\n",
"[SubmitApp | INFO] Submitted as: example_course ps1 2017-07-10 14:53:38.124788 UTC\n"
]
}
],
Expand Down Expand Up @@ -700,8 +700,8 @@
"output_type": "stream",
"text": [
"[ListApp | INFO] Submitted assignments:\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-07-08 18:52:13.854453 UTC\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-07-08 18:52:19.083374 UTC\n"
"[ListApp | INFO] example_course jhamrick ps1 2017-07-10 14:53:33.189965 UTC\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-07-10 14:53:38.124788 UTC\n"
]
}
],
Expand Down Expand Up @@ -736,15 +736,15 @@
"output_type": "stream",
"text": [
"[SubmitApp | INFO] Source: /private/tmp/student_home/ps1\n",
"[SubmitApp | INFO] Destination: /tmp/exchange/example_course/inbound/jhamrick+ps1+2017-07-08 18:52:23.632732 UTC\n",
"[SubmitApp | INFO] Destination: /tmp/exchange/example_course/inbound/jhamrick+ps1+2017-07-10 14:53:41.568995 UTC\n",
"[SubmitApp | WARNING] Possible missing notebooks and/or extra notebooks submitted for assignment ps1:\n",
" Expected:\n",
" \tproblem1.ipynb: MISSING\n",
" \tproblem2.ipynb: FOUND\n",
" Submitted:\n",
" \tmyproblem1.ipynb: EXTRA\n",
" \tproblem2.ipynb: OK\n",
"[SubmitApp | INFO] Submitted as: example_course ps1 2017-07-08 18:52:23.632732 UTC\n"
"[SubmitApp | INFO] Submitted as: example_course ps1 2017-07-10 14:53:41.568995 UTC\n"
]
}
],
Expand Down Expand Up @@ -804,7 +804,7 @@
"output_type": "stream",
"text": [
"[SubmitApp | INFO] Source: /private/tmp/student_home/ps1\n",
"[SubmitApp | INFO] Destination: /tmp/exchange/example_course/inbound/jhamrick+ps1+2017-07-08 18:52:25.967684 UTC\n",
"[SubmitApp | INFO] Destination: /tmp/exchange/example_course/inbound/jhamrick+ps1+2017-07-10 14:53:43.689685 UTC\n",
"[SubmitApp | CRITICAL] Assignment ps1 not submitted. There are missing notebooks for the submission:\n",
" Expected:\n",
" \tproblem1.ipynb: MISSING\n",
Expand Down Expand Up @@ -930,9 +930,9 @@
"output_type": "stream",
"text": [
"[ListApp | INFO] Submitted assignments:\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-07-08 18:52:13.854453 UTC\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-07-08 18:52:19.083374 UTC\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-07-08 18:52:23.632732 UTC\n"
"[ListApp | INFO] example_course jhamrick ps1 2017-07-10 14:53:33.189965 UTC\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-07-10 14:53:38.124788 UTC\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-07-10 14:53:41.568995 UTC\n"
]
}
],
Expand Down Expand Up @@ -986,9 +986,9 @@
"output_type": "stream",
"text": [
"total 0\n",
"drwxr-xr-x 3 jhamrick staff 102 May 31 11:10 bitdiddle\n",
"drwxr-xr-x 3 jhamrick staff 102 May 31 11:10 hacker\n",
"drwxr-xr-x 3 jhamrick staff 102 Jul 8 11:52 jhamrick\n"
"drwxr-xr-x 3 jhamrick staff 102 May 31 13:10 bitdiddle\n",
"drwxr-xr-x 3 jhamrick staff 102 May 31 13:10 hacker\n",
"drwxr-xr-x 3 jhamrick staff 102 Jul 10 09:53 jhamrick\n"
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@
"output_type": "stream",
"text": [
"total 64\n",
"-rw-r--r-- 1 jhamrick staff 18022 May 31 11:30 notebooks.zip\n",
"-rw-r--r-- 1 jhamrick staff 8628 Jul 8 11:51 ps1_hacker_attempt_2016-01-30-20-30-10_problem1.ipynb\n"
"-rw-r--r-- 1 jhamrick staff 18022 May 31 13:30 notebooks.zip\n",
"-rw-r--r-- 1 jhamrick staff 8628 Jul 10 09:52 ps1_hacker_attempt_2016-01-30-20-30-10_problem1.ipynb\n"
]
}
],
Expand Down Expand Up @@ -259,8 +259,8 @@
"output_type": "stream",
"text": [
"total 64\n",
"-rw-r--r-- 1 jhamrick staff 18022 May 31 11:30 notebooks.zip\n",
"-rw-r--r-- 1 jhamrick staff 8628 Jul 8 11:51 ps1_hacker_attempt_2016-01-30-20-30-10_problem1.ipynb\n"
"-rw-r--r-- 1 jhamrick staff 18022 May 31 13:30 notebooks.zip\n",
"-rw-r--r-- 1 jhamrick staff 8628 Jul 10 09:52 ps1_hacker_attempt_2016-01-30-20-30-10_problem1.ipynb\n"
]
}
],
Expand Down Expand Up @@ -410,15 +410,15 @@
"output_type": "stream",
"text": [
"total 24\n",
"drwxr-xr-x 8 jhamrick staff 272 Jul 8 11:52 notebooks\n",
"-rw-r--r-- 1 jhamrick staff 8628 Jul 8 11:52 ps1_hacker_attempt_2016-01-30-20-30-10_problem1.ipynb\n",
"drwxr-xr-x 8 jhamrick staff 272 Jul 10 09:53 notebooks\n",
"-rw-r--r-- 1 jhamrick staff 8628 Jul 10 09:53 ps1_hacker_attempt_2016-01-30-20-30-10_problem1.ipynb\n",
"total 88\n",
"-rw-rw-r-- 1 jhamrick staff 5733 Jul 8 11:52 ps1_bitdiddle_attempt_2016-01-30-15-30-10_jupyter.png\n",
"-rw-rw-r-- 1 jhamrick staff 7712 Jul 8 11:52 ps1_bitdiddle_attempt_2016-01-30-15-30-10_problem1.ipynb\n",
"-rw-rw-r-- 1 jhamrick staff 2228 Jul 8 11:52 ps1_bitdiddle_attempt_2016-01-30-15-30-10_problem2.ipynb\n",
"-rw-rw-r-- 1 jhamrick staff 5733 Jul 8 11:52 ps1_hacker_attempt_2016-01-30-16-30-10_jupyter.png\n",
"-rw-rw-r-- 1 jhamrick staff 8830 Jul 8 11:52 ps1_hacker_attempt_2016-01-30-16-30-10_myproblem1.ipynb\n",
"-rw-rw-r-- 1 jhamrick staff 2358 Jul 8 11:52 ps1_hacker_attempt_2016-01-30-16-30-10_problem2.ipynb\n"
"-rw-rw-r-- 1 jhamrick staff 5733 Jul 10 09:53 ps1_bitdiddle_attempt_2016-01-30-15-30-10_jupyter.png\n",
"-rw-rw-r-- 1 jhamrick staff 7712 Jul 10 09:53 ps1_bitdiddle_attempt_2016-01-30-15-30-10_problem1.ipynb\n",
"-rw-rw-r-- 1 jhamrick staff 2228 Jul 10 09:53 ps1_bitdiddle_attempt_2016-01-30-15-30-10_problem2.ipynb\n",
"-rw-rw-r-- 1 jhamrick staff 5733 Jul 10 09:53 ps1_hacker_attempt_2016-01-30-16-30-10_jupyter.png\n",
"-rw-rw-r-- 1 jhamrick staff 8830 Jul 10 09:53 ps1_hacker_attempt_2016-01-30-16-30-10_myproblem1.ipynb\n",
"-rw-rw-r-- 1 jhamrick staff 2358 Jul 10 09:53 ps1_hacker_attempt_2016-01-30-16-30-10_problem2.ipynb\n"
]
}
],
Expand Down Expand Up @@ -448,8 +448,8 @@
"output_type": "stream",
"text": [
"total 0\n",
"drwxr-xr-x 3 jhamrick staff 102 Jul 8 11:52 bitdiddle\n",
"drwxr-xr-x 3 jhamrick staff 102 Jul 8 11:52 hacker\n"
"drwxr-xr-x 3 jhamrick staff 102 Jul 10 09:53 bitdiddle\n",
"drwxr-xr-x 3 jhamrick staff 102 Jul 10 09:53 hacker\n"
]
}
],
Expand All @@ -469,9 +469,9 @@
"output_type": "stream",
"text": [
"total 40\n",
"-rw-r--r-- 1 jhamrick staff 8628 Jul 8 11:52 problem1.ipynb\n",
"-rw-rw-r-- 1 jhamrick staff 2358 Jul 8 11:52 problem2.ipynb\n",
"-rw-r--r-- 1 jhamrick staff 19 Jul 8 11:52 timestamp.txt\n"
"-rw-r--r-- 1 jhamrick staff 8628 Jul 10 09:53 problem1.ipynb\n",
"-rw-rw-r-- 1 jhamrick staff 2358 Jul 10 09:53 problem2.ipynb\n",
"-rw-r--r-- 1 jhamrick staff 19 Jul 10 09:53 timestamp.txt\n"
]
}
],
Expand Down Expand Up @@ -584,18 +584,18 @@
"[ZipCollectApp | INFO] Parsing file: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/downloaded/ps1/extracted/ps1_hacker_attempt_2016-01-30-20-30-10_problem1.ipynb\n",
"[ZipCollectApp | WARNING] 4 files collected, 3 files skipped\n",
"[ZipCollectApp | INFO] Start transfering files...\n",
"[ZipCollectApp | WARNING] Clearing existing files in /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted_zip/bitdiddle/ps1\n",
"[ZipCollectApp | INFO] Copying from: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/downloaded/ps1/extracted/notebooks/ps1_bitdiddle_attempt_2016-01-30-15-30-10_problem1.ipynb\n",
"[ZipCollectApp | INFO] Copying to: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted_zip/bitdiddle/ps1/problem1.ipynb\n",
"[ZipCollectApp | INFO] Copying from: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/downloaded/ps1/extracted/notebooks/ps1_bitdiddle_attempt_2016-01-30-15-30-10_problem2.ipynb\n",
"[ZipCollectApp | INFO] Copying to: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted_zip/bitdiddle/ps1/problem2.ipynb\n",
"[ZipCollectApp | INFO] Creating timestamp: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted_zip/bitdiddle/ps1/timestamp.txt\n",
"[ZipCollectApp | WARNING] Clearing existing files in /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted_zip/hacker/ps1\n",
"[ZipCollectApp | INFO] Copying from: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/downloaded/ps1/extracted/notebooks/ps1_hacker_attempt_2016-01-30-16-30-10_problem2.ipynb\n",
"[ZipCollectApp | INFO] Copying to: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted_zip/hacker/ps1/problem2.ipynb\n",
"[ZipCollectApp | INFO] Copying from: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/downloaded/ps1/extracted/ps1_hacker_attempt_2016-01-30-20-30-10_problem1.ipynb\n",
"[ZipCollectApp | INFO] Copying to: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted_zip/hacker/ps1/problem1.ipynb\n",
"[ZipCollectApp | INFO] Creating timestamp: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted_zip/hacker/ps1/timestamp.txt\n"
"[ZipCollectApp | INFO] Creating timestamp: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted_zip/hacker/ps1/timestamp.txt\n",
"[ZipCollectApp | WARNING] Clearing existing files in /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted_zip/bitdiddle/ps1\n",
"[ZipCollectApp | INFO] Copying from: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/downloaded/ps1/extracted/notebooks/ps1_bitdiddle_attempt_2016-01-30-15-30-10_problem1.ipynb\n",
"[ZipCollectApp | INFO] Copying to: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted_zip/bitdiddle/ps1/problem1.ipynb\n",
"[ZipCollectApp | INFO] Copying from: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/downloaded/ps1/extracted/notebooks/ps1_bitdiddle_attempt_2016-01-30-15-30-10_problem2.ipynb\n",
"[ZipCollectApp | INFO] Copying to: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted_zip/bitdiddle/ps1/problem2.ipynb\n",
"[ZipCollectApp | INFO] Creating timestamp: /Users/jhamrick/project/tools/nbgrader/nbgrader/docs/source/user_guide/submitted_zip/bitdiddle/ps1/timestamp.txt\n"
]
}
],
Expand Down
6 changes: 3 additions & 3 deletions nbgrader/docs/source/user_guide/managing_the_database.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"output_type": "stream",
"text": [
"[DbStudentAddApp | INFO] Creating/updating student with ID 'bitdiddle': {'email': None, 'last_name': 'Bitdiddle', 'first_name': 'Ben'}\n",
"[DbStudentAddApp | INFO] Creating/updating student with ID 'hacker': {'first_name': 'Alyssa', 'email': None, 'last_name': 'Hacker'}\n"
"[DbStudentAddApp | INFO] Creating/updating student with ID 'hacker': {'email': None, 'last_name': 'Hacker', 'first_name': 'Alyssa'}\n"
]
}
],
Expand Down Expand Up @@ -322,8 +322,8 @@
"output_type": "stream",
"text": [
"[DbStudentImportApp | INFO] Importing students from: 'students.csv'\n",
"[DbStudentImportApp | INFO] Creating/updating student with ID 'bitdiddle': {'last_name': 'Bitdiddle', 'first_name': 'Ben', 'email': None}\n",
"[DbStudentImportApp | INFO] Creating/updating student with ID 'hacker': {'last_name': 'Hacker', 'first_name': 'Alyssa', 'email': None}\n"
"[DbStudentImportApp | INFO] Creating/updating student with ID 'bitdiddle': {'first_name': 'Ben', 'email': None, 'last_name': 'Bitdiddle'}\n",
"[DbStudentImportApp | INFO] Creating/updating student with ID 'hacker': {'first_name': 'Alyssa', 'email': None, 'last_name': 'Hacker'}\n"
]
}
],
Expand Down

0 comments on commit 35dea8e

Please sign in to comment.