When working with Python Notebooks, there are magic commands that can be used to enhance your code
These ‘magic commands’ start with either % or %%
% prefix represents that the command operates over a single line of code whereas
%% prefix allows the command to operate over an entire cell
These magic commands are intended to solve common problems in data analysis
I found a great article that outlines Top 10 Magic Commands in Python to Boost your Productivity
Also found a general Jupyter Notebook tips and tricks, which include keyboard shortcuts❕ ⌨😄
Do you use magic commands? 👇🏻
Happy Learning!!
Comments