Random Shortcuts
Posted on October 2, 2012
Tags: misc
when in doubt, press Ctrl + Spacebar
In python idle
- Alt + P , to get last command
In Jupyter
jupyter-lab --ip='*' --NotebookApp.token='' --NotebookApp.password=''
- Add a question mark to end of code
np.random.normal?
DrawIO
- Hold alt while dragging line to prevent autoconnect
git bash
- Ctrl Shift C, Copy
- Ctrl Shift V, Paste