def enable_notes(self): """Enable notes and add the tab to the course.""" self.course.tabs.append(CourseTab.load("notes")) self.course.advanced_modules = ["notes"]