An open API service indexing awesome lists of open source software.

https://github.com/multipedrobotics/quadruped-xl320


https://github.com/multipedrobotics/quadruped-xl320

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# iPython

[Jupyter](http://jupyter.org) notebooks allow interactive python documentaton.

[latex examples](http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Typesetting%20Equations.ipynb)

## Starting

In a terminal window, type:

jupyter notebook

More info can be found in the jupyter [quick start](https://jupyter.readthedocs.io/en/latest/running.html) or a really good
[cheatsheet](https://www.cheatography.com/weidadeyue/cheat-sheets/jupyter-notebook/)

## 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