-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
Notebook trims trailing underscores from output. #7924
Labels
Comments
comment:1
More data: sage: from sagenb.interfaces.expect import WorksheetProcess_ExpectImplementation
sage: wp = WorksheetProcess_ExpectImplementation()
sage: wp.execute('print "___x___"')
sage: wp.output_status()
Output Status:
output: '___x'
filenames: []
done: True |
comment:2
|
comment:3
This may be a duplicate of #7663. |
comment:4
The patch at #7663 should fix this. If it does and that ticket merges, please close this one. |
Work Issues: Close with #7663 |
comment:6
Works with sagenb-0.6. |
Changed work issues from Close with #7663 to none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try
In a notebook cell.
Component: notebook
Issue created by migration from https://trac.sagemath.org/ticket/7924
The text was updated successfully, but these errors were encountered: