You could use the qtconsole version of IPython. I think that may be what Spyder defaults to.
Jason moorepants.info +01 530-601-9791 On Fri, Jan 3, 2020 at 12:13 AM Aaron Meurer <[email protected]> wrote: > Jupyter is what I'd generally recommend. Jypyter lab is newer than the > notebook so I would suggest using that. > > Another thing you can try is Spyder, which supports SymPy LaTeX output > and is better if you are trying to edit .py files. > > Aaron Meurer > > On Thu, Jan 2, 2020 at 11:31 PM linux guy <[email protected]> wrote: > > > > > > 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 > . > > -- > 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/CAKgW%3D6JQeo9HXmTFdr6MqdcS_v%3DKf6TNbNUtG9Vx02n3FDYfdg%40mail.gmail.com > . > -- 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/CAP7f1AiWYjuc-QbkqnfsgEBf%3DNA6RHE3bRKFt%2BnKfcUUCTwenw%40mail.gmail.com.
