https://github.com/multipedrobotics/quadruped-xl320
https://github.com/multipedrobotics/quadruped-xl320
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/multipedrobotics/quadruped-xl320
- Owner: MultipedRobotics
- License: mit
- Created: 2018-11-27T04:49:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T15:12:39.000Z (over 7 years ago)
- Last Synced: 2025-11-11T15:24:29.862Z (7 months ago)
- Language: OpenSCAD
- Size: 47.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
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