Changes between Initial Version and Version 3 of Ticket #32942
- Timestamp:
- 11/27/21 13:28:08 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32942
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Kwankyu Lee
-
Property
Branch
changed from
to
u/klee/32942
-
Property
Commit
changed from
to
6ef43a0eba5a86a8ad33932bb0cfe89924b3f525
-
Property
Status
changed from
-
Ticket #32942 – Description
initial v3 1 This works 2 {{{#!sage 3 from sage.repl.rich_output.display_manager import get_display_manager 4 dm = get_display_manager() 5 dm.preferences.display_latex = 'left' 6 (1+x)^10/(1+x+x^2) 7 }}} 8 in jupyterlab