* Help on usage & shortcuts: [https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/](https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/)
* Execute Py and R within the same notebook: use the `rpy2` library ```%load_ext rpy2.ipython```, then use the `%%R` command in a new cell (`%%R -i df` to pass the python pandas dataframe `df` to R)