in onedrive/onedrive.py [0:0]
def studio_view(self, context=None):
"""
he primary view of the OneDriveXBlock, shown to teachers
when viewing courses.
"""
html = self.resource_string("static/html/onedrive_edit.html")
frag = Fragment(html.format(self=self))
frag.add_css(self.resource_string("static/css/onedrive.css"))
frag.add_javascript(self.resource_string("static/js/src/onedrive_edit.js"))
frag.initialize_js('OneDriveXBlock')
return frag