Пример #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)