I'm using jupyter notebooks to manipulate some date;
I want to know in jupyter, if it is possible to use a dataframe df1 created in the notebook n1.ipynb in another notebook n2.ipynb without recreating it?
I'm using jupyter notebooks to manipulate some date;
I want to know in jupyter, if it is possible to use a dataframe df1 created in the notebook n1.ipynb in another notebook n2.ipynb without recreating it?