copy-paste code snippets to the python console
Dear Python developers, It would be helpful, if the following issue with copy-pasting python code-snippets into the standard shell console, could be investigated and corrected. https://stackoverflow.com/questions/2501208/copying-and-pasting-code-into-th... In particular, copying and pasting from sphinx python and pycon code-blocks with copy button (only >>> and ... lines), is at present not generally working due to theĀ "the shell-s de-indent cmd" need for empty lines. See https://digraph3.readthedocs.io/en/latest/index.html Thank you in advance for you attention, Best Regards, Raymond Bisdorff -- Raymond Bisdorff Emeritus Professor of Computer Science and Applied Mathematics University of Luxembourg http://rbisdorff.github.io/
You can use the Jupiter console: https://jupyter.org/ On Fri, 11 Jun 2021 at 15:13, Raymond Bisdorff <raymond.bisdorff@uni.lu> wrote:
Dear Python developers,
It would be helpful, if the following issue with copy-pasting python code-snippets into the standard shell console, could be investigated and corrected.
https://stackoverflow.com/questions/2501208/copying-and-pasting-code-into-th...
In particular, copying and pasting from sphinx python and pycon code-blocks with copy button (only >>> and ... lines), is at present not generally working due to the "the shell-s de-indent cmd" need for empty lines.
See https://digraph3.readthedocs.io/en/latest/index.html
Thank you in advance for you attention,
Best Regards,
Raymond Bisdorff
-- Raymond Bisdorff Emeritus Professor of Computer Science and Applied Mathematics University of Luxembourg http://rbisdorff.github.io/
_______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-leave@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/6X6G52... Code of Conduct: http://python.org/psf/codeofconduct/
participants (2)
-
Marco Sulla
-
Raymond Bisdorff