Maybe I just don't know how to use Jupyter very well... Lets say that I have 30 code cells in Jupyter, each with a few lines of python in them. And I'm happy with how everything runs. Is there an easy way to export just the code cells to a file, without manually cutting and pasting them individually ?
There is file->download as -> Python.py, but it puts blank lines between the code lines and includes the output lines. Kind of a pain... If it exported cleanly, I could do all my math development in a Jupyter notebook and then export the code to a file when I was done. This way if I make a change to the notebook I have to re export the code and then spend time cleaning it up. Write a script ? Am I the only one that thinks this way ? Other things I don't like about Jupyter include the lack of key shortcuts for simple things like deleting a cell... am I missing something ? -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/62427a0c-7042-4cc1-baa9-c773bcf9d9a7%40googlegroups.com.
