datajoely
11/07/2023, 5:36 PMNok Lam Chan
11/07/2023, 5:43 PMpwd
all the time, itâs not notebook specific but IPython in general.datajoely
11/07/2023, 5:43 PMNok Lam Chan
11/07/2023, 5:45 PMIn [1]: a = 2
In [2]: a +5
Out[2]: 7
In [3]: b = _2
In [4]: b
Out[4]: 7
Cody Peterson
11/07/2023, 5:46 PMdatajoely
11/07/2023, 5:47 PMNok Lam Chan
11/07/2023, 5:48 PMquarto
isnât exactly new, there were few variant of markdown that make python script works like a notebook. (Itâs nice and I use it for my blog)Cody Peterson
11/07/2023, 5:49 PMdatajoely
11/07/2023, 5:50 PMNok Lam Chan
11/07/2023, 5:50 PMdatajoely
11/07/2023, 5:51 PMJuan Luis
11/07/2023, 11:10 PMCody Peterson
11/07/2023, 11:36 PM%
and %%
right, which are...different commands? magics? been doing this for years and never really understood, there is something to be said for not trying to be too clever