Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Latest commit

 

History

History

README.md

iPython

Jupyter notebooks allow interactive python documentaton.

latex examples

Starting

In a terminal window, type:

jupyter notebook

More info can be found in the jupyter quick start or a really good cheatsheet

Keyboard Navigation

  • Run Cell: shift-enter
  • Saving the notebook: command-s
  • Enter Command Mode, press Esc then:
    • Change Cell types:
      • Markdown: m
      • Code: y
    • Cell insertion:
      • Above: a
      • Below: b
    • Cell editing:
      • Cut: x
      • Copy: c
      • Paste below: v
      • Undo: z
    • Kernel operations:
      • Interrupt: i, i (press twice)
      • Stop kernel: 0, 0