Skip to content

Commit e2ddebf

Browse files
Han Wei TeoHan Wei Teo
authored andcommitted
changes per PR suggestions
1 parent 1650ec2 commit e2ddebf

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

nbgrader/apps/quickstartapp.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,16 +130,6 @@ def start(self):
130130
with open(os.path.join(course_path, "nbgrader_config.py"), "r") as fh:
131131
config = fh.read()
132132

133-
# # Update this list with other assignments you want
134-
# c.CourseDirectory.db_assignments = [dict(name="ps1")]
135-
#
136-
# # Change the students in this list with that actual students in
137-
# # your course
138-
# c.CourseDirectory.db_students = [
139-
# dict(id="bitdiddle", first_name="Ben", last_name="Bitdiddle"),
140-
# dict(id="hacker", first_name="Alyssa", last_name="Hacker"),
141-
# dict(id="reasoner", first_name="Louis", last_name="Reasoner")
142-
# ]
143133
subprocess.call([sys.executable, "-m", "nbgrader", "db", "assignment", "add", "ps1"], stdout=subprocess.PIPE,
144134
stderr=subprocess.STDOUT)
145135
subprocess.call([sys.executable, "-m", "nbgrader", "db", "student", "add", "bitdiddle", "--first-name", "Ben",

nbgrader/docs/source/user_guide/managing_the_database.ipynb

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -356,17 +356,8 @@
356356
"display_name": "Python",
357357
"language": "python",
358358
"name": "python"
359-
},
360-
"pycharm": {
361-
"stem_cell": {
362-
"cell_type": "raw",
363-
"source": [],
364-
"metadata": {
365-
"collapsed": false
366-
}
367-
}
368359
}
369360
},
370361
"nbformat": 4,
371362
"nbformat_minor": 2
372-
}
363+
}

0 commit comments

Comments
 (0)