[sage-devel] Re: Running Sage from an IDE like PyCharm on Windows.

2017-12-16 Thread PHPirate
Aha, yes indeed I noticed that some Sage components will not work on Windows but I didn't know about the Cygwin Python. Thanks for explaining! On Saturday, December 16, 2017 at 2:01:08 PM UTC+1, Dima Pasechnik wrote: > > I've already expalined here > https://github.com/sagemath/sage-windows/issu

[sage-devel] Re: Running Sage from an IDE like PyCharm on Windows.

2017-12-16 Thread Dima Pasechnik
I've already expalined here https://github.com/sagemath/sage-windows/issues/12 that PyCharm doesn't support Cygwin Python, and thus it's not going to be trivial to fix. The reason that we must use Cygwin Python is that a number of essential Sage components (i.e. Python extensions you need) e.g.

[sage-devel] Re: Running Sage from an IDE like PyCharm on Windows.

2017-12-16 Thread PHPirate
Thanks, it sounds reasonable. But do you mean the Jupyter notebook included with Sage, which you can start with sage --notebook ipython from the Sage shell? I do not like notebooks such as this one and Mathematica because they do not go well with a VCS. Is it then possible to use this Jupyter t