##// END OF EJS Templates
Added a text cell in the notebook to test run_nb.
damianavila -
Show More
@@ -377,6 +377,7 b' tclass.py: deleting object: C-third'
377 nb = current.new_notebook(
377 nb = current.new_notebook(
378 worksheets=[
378 worksheets=[
379 current.new_worksheet(cells=[
379 current.new_worksheet(cells=[
380 current.new_text_cell("The Ultimate Question of Everything"),
380 current.new_code_cell("answer=42")
381 current.new_code_cell("answer=42")
381 ])
382 ])
382 ]
383 ]
General Comments 0
You need to be logged in to leave comments. Login now