Jupyter Magic Memory
%: line magic, %%cell magic Repeat Command: %recall Write cell content into a file: %%writefile file.py To autoreload your pyfile: %load_ext autoreload %autoreload 2 from yourfile import yourFunction Use R in jupyter %load_ext rpy2.ipythonR magic in cell %%Rcode in…