JuliaLang / IJulia.jl

Julia kernel for Jupyter
MIT License
2.78k stars 409 forks source link

[Feature Request] Capture also input in numbered prompt. #1084

Open PhyX-Meow opened 1 year ago

PhyX-Meow commented 1 year ago

Now we have the outputs store in a dictionary Out[n], but In[n] is not defined. How about store the input Expr or String in a similar way so that one can access them via In[n]?