Opened 2 years ago
Last modified 8 weeks ago
#29889 new enhancement
Metaticket for any Jupyter improvements for things that were in sagenb
Reported by: | kcrisman | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-9.7 |
Component: | notebook | Keywords: | jupyter, sagenb |
Cc: | slelievre | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
This ticket keeps track of any capabilities that were in SageNb? that for whatever reason are not in Jupyter. Note that it is a metaticket, and not all tickets from it may end up being resolved. If you open a ticket for one of these, please add the link in the description.
See #25837 for a list and background, as well as this wiki page.
Tickets:
- #26101: Inline view isn't as good as sagenb was
- #25015: introspection could be improved in Jupyter
- #29888: automatic_names in Jupyter
- #23330: pdf export doesn't work with latex
- #30370: add Jupyter extension skip-traceback to hide stack traces
- #30540: Provide graph editor that works with Jupyter
No ticket yet:
- Missing TinyMCE or other rich text editor (see this comment)
- jsmol menu doesn't seem to work (see this upstream and this comment) so exporting images is difficult (see however comment:3)
- Very long output not suppressed well
Related tickets:
Change History (16)
comment:1 Changed 2 years ago by
- Description modified (diff)
comment:2 Changed 2 years ago by
- Description modified (diff)
comment:3 follow-up: ↓ 6 Changed 2 years ago by
- Description modified (diff)
comment:4 Changed 2 years ago by
- Description modified (diff)
comment:5 follow-up: ↓ 7 Changed 2 years ago by
Best to add a notice to that wiki page to indicate that it should not be edited any more
comment:6 in reply to: ↑ 3 Changed 2 years ago by
IMHO, the jsmol menu defect is not a major issue since there is context menu in threejs (the default 3D viewer since Sage 9.0) that allows to export the 3D view to png from the Jupyter notebook. Moreover, 3D animations with threejs are in preparation: #29194.
Good news!
comment:7 in reply to: ↑ 5 ; follow-up: ↓ 8 Changed 2 years ago by
Best to add a notice to that wiki page to indicate that it should not be edited any more
Agreed. I really have to sign off for the day, perhaps you can put a warning at the top?
comment:8 in reply to: ↑ 7 Changed 2 years ago by
Replying to kcrisman:
Best to add a notice to that wiki page to indicate that it should not be edited any more
Agreed. I really have to sign off for the day, perhaps you can put a warning at the top?
Done.
comment:9 Changed 22 months ago by
- Description modified (diff)
comment:10 Changed 21 months ago by
- Cc slelievre added
- Description modified (diff)
- Keywords jupyter sagenb added
comment:11 Changed 21 months ago by
- Description modified (diff)
comment:12 Changed 19 months ago by
- Milestone changed from sage-9.2 to sage-9.3
comment:13 Changed 16 months ago by
- Milestone changed from sage-9.3 to sage-9.4
Setting new milestone based on a cursory review of ticket status, priority, and last modification date.
comment:14 Changed 10 months ago by
- Milestone changed from sage-9.4 to sage-9.5
comment:15 Changed 5 months ago by
- Milestone changed from sage-9.5 to sage-9.6
comment:16 Changed 8 weeks ago by
- Milestone changed from sage-9.6 to sage-9.7
IMHO, the jsmol menu defect is not a major issue since there is context menu in threejs (the default 3D viewer since Sage 9.0) that allows to export the 3D view to png from the Jupyter notebook. Moreover, 3D animations with threejs are in preparation: #29194.