Changes between Version 15 and Version 16 of Ticket #30500
- Timestamp:
- 04/06/22 02:17:30 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30500 – Description
v15 v16 3 3 4 4 - !CodeMirror 5 - [https://wiki.sagemath.org/Emacs |Emacs] with `sage-shell-mode` or `emacs-jupyter` (Sage wiki)5 - [https://wiki.sagemath.org/Emacs Emacs] with `sage-shell-mode` or `emacs-jupyter` (Sage wiki) 6 6 - !JupyterLab text editor 7 7 - !PyCharm … … 41 41 Workflow: 42 42 43 - Collect info on the Wiki - https://wiki.sagemath.org/IDE 44 43 - Collect info here on this Meta-ticket 45 44 - Migrate good info to the Sage developer guide, one ticket per IDE / text editor 46 45 47 46 Existing material: 48 49 - some wiki pages - see https://wiki.sagemath.org/IDE and linked pages50 51 47 - some answers to questions, or discussions, 52 48 on Ask Sage, sage-devel, sage-support, Stack Overflow 53 49 54 50 Related: 55 56 51 - #30501: Syntax highlighting mode for Sage syntax, 57 52 aware of the syntactic sugar Sage adds to Python syntax … … 63 58 - #30453 - Document `sage -tox` 64 59 65 - [https://martinralbrecht.wordpress.com/2020/08/23/conda-jupyter-and-emacs/ Martin Albrecht: Conda, Jupyter and Emacs]