-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
ascii_art fail in jupyter notebook #33996
Comments
New commits:
|
Commit: |
Branch: u/klee/33996 |
Author: Kwankyu Lee |
comment:4
This removed |
comment:5
Replying to @dimpase:
It is explained in the comment. Not necessary anymore. |
comment:6
There could still be cases we don't know about, e.g. emacs mode, the modes used by one of these VSCode plugins, etc... |
comment:7
Replying to @dimpase:
According to the comment, the author of the code, Volker, only considered terminal and IPython. So the There is no reason to suspect that this change will make the situation with other user interfaces worse or better... In any case, it could be dealt with in other tickets if reported by users of those interfaces. |
comment:8
Replying to @kwankyu:
Or in this ticket. We can wait. |
comment:9
Replying to @kwankyu:
If any other user interface is affected, then it would be rather because of replacing |
comment:10
I put a post in sage-devel: https://groups.google.com/g/sage-devel/c/EHCPeH5BXh4 |
comment:11
to copy my sage-dev message: I think this fix is an API change. We have no control over what fake IMHO I'd better have try/except retained (your fix applied in the body of try) |
comment:12
By the way, I checked that emacs-mode works with this change. Another tricky case might be sage cell. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:14
Replying to @dimpase:
Okay. Being cautious doesn't hurt. Thanks. |
comment:15
OK, good. |
Reviewer: Dima Pasechnik |
Changed branch from u/klee/33996 to |
When running sage in Jupyter notebook,
This is because the
_terminal_width()
method does not work with Jupiter.Component: user interface
Author: Kwankyu Lee
Branch/Commit:
5aa8cd5
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/33996
The text was updated successfully, but these errors were encountered: