Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.27 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.27 KB

CSE 250 Projects

A Toil of Coding, Analysis, and Insomnia


Space: the final frontier. These are the voyages of the Starship Enterprise. Its five-year mission: to explore strange new worlds, to seek out new life and new civilizations, to boldly go where no man has gone before.

Easy Markdown Conversion

The .to_markdown() is a great way to format dataframes into markdown-friendly tables.

Altair Example Gallery

It exists. Use it for inspiration and ideas.

Rest APIs

It's a good idea to get used to using rest APIs to get JSON files.

Jupyter Code Cells Shortcuts

Command Shortcut
Run all Code Ctrl+Enter
Run Selection/Line Shift+Enter
Next Cell Ctrl+Alt+]
Previous Cell Ctrl+Alt+[
Move selected cells up/down Ctrl+; U|D
Insert cells above/below Ctrl+; A|B
Insert cells below position Ctrl+; S
Delete selected cells Ctrl+; X
Toggle cell code/markdown Ctrl+; C|M