示例#1
0
 def render_pyerr(self, output):
     return cell_to_lines(output)
示例#2
0
 def render_markdown(self, cell):
     return cell_to_lines(cell)
示例#3
0
 def render_raw(self, cell):
     return cell_to_lines(cell)
示例#4
0
 def render_heading(self, cell):
     return cell_to_lines(cell)
示例#5
0
 def render_code(self, cell):
     return cell_to_lines(cell)
示例#6
0
 def render_pyerr(self, output):
     return cell_to_lines(output)
示例#7
0
 def render_raw(self, cell):
     return cell_to_lines(cell)
示例#8
0
 def render_markdown(self, cell):
     return cell_to_lines(cell)
示例#9
0
 def render_code(self, cell):
     return cell_to_lines(cell)
示例#10
0
 def render_heading(self, cell):
     return cell_to_lines(cell)