In [ ]:
# THIS IS A CODE CELL

print(5*6)

THIS IS A MARKDOWN CELL

  • To run a cell, click on it and hit Shift + Enter
  • To edit a code cell, click on it
  • To edit a markdown cell, double click on it
  • To change cell types, to to the dropdown menu on the toolbar.
  • To reset everything, go to Kernel->Restart

In [ ]: