Re: [sage-support] How to use notebook in sage 9.0?

2020-05-07 Thread Dima Pasechnik
On Thu, May 7, 2020 at 11:29 AM Szabolcs Horvát wrote: > > > On Thu, 7 May 2020 at 00:41, John H Palmieri wrote: >> >> Silly question, > > > Any suggestion is always appreciated :-) > >> >> but are you sure you are starting up Sage 9.0 when you do all of this ("sage >> --notebook" or "sage --sh"

Re: [sage-support] How to use notebook in sage 9.0?

2020-05-07 Thread Szabolcs Horvát
On Thu, 7 May 2020 at 00:41, John H Palmieri wrote: > Silly question, > Any suggestion is always appreciated :-) > but are you sure you are starting up Sage 9.0 when you do all of this > ("sage --notebook" or "sage --sh")? If you give an explicit path to the > Sage 9.0 version, does that help?

Re: [sage-support] How to use notebook in sage 9.0?

2020-05-06 Thread John H Palmieri
Silly question, but are you sure you are starting up Sage 9.0 when you do all of this ("sage --notebook" or "sage --sh")? If you give an explicit path to the Sage 9.0 version, does that help? Do you have any Sage-related environment variables which could be interfering with things? On Wednesda

Re: [sage-support] How to use notebook in sage 9.0?

2020-05-06 Thread Szabolcs Horvát
Thanks for the help Dima, but sadly, even this did not work :-( Is there a simple way to set up the kernel manually? On Wed, 6 May 2020 at 20:32, Dima Pasechnik wrote: > this looks like a conflict between two versions of Sage (more > precisely, of jupyter). > > Not sure how this can happen, thou

Re: [sage-support] How to use notebook in sage 9.0?

2020-05-06 Thread Dima Pasechnik
this looks like a conflict between two versions of Sage (more precisely, of jupyter). Not sure how this can happen, though. You migh try to start "sage -sh" of your Sage 9.0 and at its prompt start jupyter-notebook it should give you an option to open URL of the shape http://localhost:/?toke

Re: [sage-support] How to use notebook in sage 9.0?

2020-05-06 Thread Szabolcs Horvát
On Wednesday, 6 May 2020 20:11:50 UTC+2, Dima Pasechnik wrote: > > On Wed, May 6, 2020 at 6:58 PM Szabolcs Horvát > wrote: > > > > I use sage 9.0 and sage 8.9 on macOS. I compiled them myself so I would > gain access to other ILP solvers than GLPK. > > > > They work fine in command line mod

Re: [sage-support] How to use notebook in sage 9.0?

2020-05-06 Thread Dima Pasechnik
On Wed, May 6, 2020 at 6:58 PM Szabolcs Horvát wrote: > > I use sage 9.0 and sage 8.9 on macOS. I compiled them myself so I would gain > access to other ILP solvers than GLPK. > > They work fine in command line mode. But if I start Sage 9.0 as sage > --notebook, it gives me an interface to creat

[sage-support] How to use notebook in sage 9.0?

2020-05-06 Thread Szabolcs Horvát
I use sage 9.0 and sage 8.9 on macOS. I compiled them myself so I would gain access to other ILP solvers than GLPK. They work fine in command line mode. But if I start Sage 9.0 as sage --notebook, it gives me an interface to create a new notebook, which only has the kernel "Sage 8.9". How can