Re: [sage-devel] Integrating SageMath into existing Python install / Python compiling error

2018-04-14 Thread Thierry
Hi, On Fri, Apr 13, 2018 at 03:02:24PM +0200, Erik Bray wrote: [...] > There was an official Debian package for Sage that was mostly working, > but there hasn't been regular-enough maintenance on it to keep it > working, something some of us are hoping to fix sometime... You might have missed a

Re: [sage-devel] Integrating SageMath into existing Python install / Python compiling error

2018-04-14 Thread Jordan Argyle
I will have to look into the debian package! I got my Sage to compile--I had to remove some things from my .bashrc that I added to make sure MOOSE would work. Should anybody be in this (very particular) situation in the future, the lines to comment out are: export CC=mpicc export CXX=mpicxx

[sage-devel] Jupyter Notebook, Sage, and LaTeX not talking like they should

2018-04-14 Thread Jordan Argyle
I have compiled SageMath from the source, and I have installed the Sage Kernel into an existing Jupyter install that I have on my system with the following line from this source : jupyter kernelspec

Re: [sage-devel] SCIP integration into sage

2018-04-14 Thread jplab
Hi, Maybe I just give my basic knowledge about SCIP and ZIB. Le vendredi 13 avril 2018 11:20:25 UTC+2, bluescarni a écrit : > > http://scip.zib.de/academic.txt > > """ > 1. This license applies to you only if you are a member of a noncommercial >and academic institution, e.g., a university.

[sage-devel] Re: Jupyter Notebook, Sage, and LaTeX not talking like they should

2018-04-14 Thread Eric Gourgoulhon
Hi, This is a known issue, already reported in Trac #23330 . Unfortunately, there is no fix yet... Best wishes, Eric. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and

Re: [sage-devel] Integrating SageMath into existing Python install / Python compiling error

2018-04-14 Thread Samuel Lelievre
Sat 2018-04-14 09:29:47 UTC, Thierry: > > On Fri, Apr 13, 2018 at 03:02:24PM +0200, Erik Bray wrote: > [...] > > There was an official Debian package for Sage that was mostly working, > > but there hasn't been regular-enough maintenance on it to keep it > > working, something some of us are

Re: [sage-devel] Integrating SageMath into existing Python install / Python compiling error

2018-04-14 Thread Jordan Argyle
Which is perfect if one already has Jupyter. The Jupyter definition can be obtained from the source code/github and attached as I stated before. I noted that the Debian package is v. 7.something, not 8.1. Any plans to update that? -- You received this message because you are subscribed to the

Re: [sage-devel] Integrating SageMath into existing Python install / Python compiling error

2018-04-14 Thread Thierry
On Sat, Apr 14, 2018 at 10:53:29AM -0700, Jordan Argyle wrote: > Which is perfect if one already has Jupyter. The Jupyter definition can be > obtained from the source code/github and attached as I stated before. I > noted that the Debian package is v. 7.something, not 8.1. Any plans to > update

Re: [sage-devel] SCIP integration into sage

2018-04-14 Thread Francesco Biscani
On 14 April 2018 at 17:59, jplab wrote: > Hi, > > Maybe I just give my basic knowledge about SCIP and ZIB. > > Le vendredi 13 avril 2018 11:20:25 UTC+2, bluescarni a écrit : >> >> http://scip.zib.de/academic.txt >> >> """ >> 1. This license applies to you only if you

Re: [sage-devel] Integrating SageMath into existing Python install / Python compiling error

2018-04-14 Thread Jordan Argyle
So, I shut down my linux box after getting it to work, and then on restart, I can no longer connect Sage to Jupyter. It says the kernel is dead, and the terminal tells me it times out trying to connect. I then tried starting sage in a different terminal before starting Jupyter Notebook as well,

Re: [sage-devel] Integrating SageMath into existing Python install / Python compiling error

2018-04-14 Thread Jan Groenewald
On 14 April 2018 at 18:33, Samuel Lelievre wrote: > Sat 2018-04-14 09:29:47 UTC, Thierry: > > > > On Fri, Apr 13, 2018 at 03:02:24PM +0200, Erik Bray wrote: > > [...] > > > There was an official Debian package for Sage that was mostly working, > > > but there hasn't

[sage-devel] Re: Jupyter Notebook, Sage, and LaTeX not talking like they should

2018-04-14 Thread Jordan Argyle
I'll follow #23330. As a work-around with the Sage OVA, I was able to show a print preview, and then print that using a PDF printer on my host system. I started my system back up to try to connect it to see if that works with this install, as well, and the kernel couldn't connect. Looks like

[sage-devel] Re: SCIP integration into sage

2018-04-14 Thread moritz
Just a clarification regarding the licences: PySCIPOpt actually is under a MIT licences. https://github.com/SCIP-Interfaces/PySCIPOpt/blob/master/LICENSE "Only" SCIP (and scipoptsuite) is under this academic license that is criticized in the replies below. -- You received this message because