dovpanda icon indicating copy to clipboard operation
dovpanda copied to clipboard

add line/cell magic

Open DeanLa opened this issue 5 years ago • 1 comments

Brief Description

Inside a notebook have the option to make dovpanda only work on selected cells with cellmagic

example:

%%dovpanda
df = pd.concat((df1,df2))
df.iloc[0,0]
%dovpanda df = pd.concat((df1,df2))

DeanLa avatar Nov 13 '19 10:11 DeanLa

Never created notebook magic, may require research. @galbraun what do you think?

DeanLa avatar Nov 13 '19 10:11 DeanLa