Jupyter Notebook Tricks

Usage and shortcuts

View the Python’s function documentation.
press shift + Tab

Excute the cell
alt + Enter on MacOS

Plot graph inline

import matplotlib.pyplot as plt
%matplotlib inline

Executing a shell command

!pip install gensim