-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redo of "Add ability to add output prefixes to the REPL output and use that to implement an IPython mode" #46781
Conversation
6238a64
to
07a2728
Compare
07a2728
to
54b4a53
Compare
Is it confusing (for the future) to call it an "IPython mode"? Should it be "Jupyter mode" and module? That's what used in Julia, and IPython implementation detail, or is it even still used (or will forever)? If Jupyter is a better term, then change before 1.9 get released... |
Why would it be called that? |
I'm not sure, I know about IPython and the history sort of. I thought Jupyter replaced IPython practically, for notebook users that would be what they know. If this is only about numbered mode then maybe call it "Pluto mode" or just "numbered mode"? |
IPython still exists but is now a Python-specific REPL. This makes the Julia REPL a bit more like IPython. |
https://github.com/ipython/ipython
It is not, it is about being like IPython, hence "IPython mode" :). |
@PallHaraldsson |
Original PR (#46474) had to be reverted due to a change in a signature that happened after CI ran on that PR.