Re: [sage-support] Firefox not launching jupyter session properly

2022-03-28 Thread brett stevens
It is not the password issue that HG suggested. Nor is it an issue with specifically trying to open a file rather than have a directory open in jupyter. The issue is that Firefox claims to not be able to read the file that it is passed. But the file exists with suitable permissions and if I

Re: [sage-support] Firefox not launching jupyter session properly

2022-03-28 Thread Dima Pasechnik
On Mon, Mar 28, 2022 at 4:22 PM Henri Girard wrote: > > https://github.com/jupyter/notebook/issues/1979 > > Maybe this issue ? no, that is about jupyter notebook server. Here, the issue is how to bypass the intermediate step of launching a notebook server, and open a particular notebook directly

Re: [sage-support] Firefox not launching jupyter session properly

2022-03-28 Thread Henri Girard
https://github.com/jupyter/notebook/issues/1979 Maybe this issue ? Le 28/03/2022 à 15:41, Dima Pasechnik a écrit : On Mon, Mar 28, 2022 at 2:18 PM brett stevens wrote: I am running Ubuntu 21.10 on a Lenovo Thinkpad X1 Tablet. I installed SageMath on my computer by cloning the git repository

Re: [sage-support] customization of sage docker

2022-03-28 Thread Dima Pasechnik
On Sun, Mar 27, 2022 at 5:12 PM pong wrote: > > I am switching to running sage docker image since the latest binaries for > linux is no longer available. But can I make any customization, say in > init.sage survive the quitting of docker? This isn't Sage-specific; yes, you can modify docker ima

Re: [sage-support] Firefox not launching jupyter session properly

2022-03-28 Thread Dima Pasechnik
On Mon, Mar 28, 2022 at 2:18 PM brett stevens wrote: > > I am running Ubuntu 21.10 on a Lenovo Thinkpad X1 Tablet. I installed > SageMath on my computer by cloning the git repository. I compiled sage using > directions in README.md. The most recent version I compiled was SageMath 9.4. > I use

[sage-support] Firefox not launching jupyter session properly

2022-03-28 Thread brett stevens
I am running Ubuntu 21.10 on a Lenovo Thinkpad X1 Tablet. I installed SageMath on my computer by cloning the git repository. I compiled sage using directions in README.md. The most recent version I compiled was SageMath 9.4. I use Firefox 98.0.2 (64-bit) as my browser. When I run ```sage -n

[sage-support] Re: customization of sage docker

2022-03-28 Thread slelievre
2022-03-27 16:12:49 UTC, pong: > I am switching to running sage docker image since the latest > binaries for linux is no longer available. But can I make any > customization, say in init.sage survive the quitting of docker? > If yes, may I get some help on how? > On Linux, installing via Conda wo

Re: [sage-support] customization of sage docker

2022-03-28 Thread Henri Girard
I am not answering directly to your question, but why don't use wsl if you are on windows ? As you don't say which OS you use I can't really say much ? Le 27/03/2022 à 18:12, pong a écrit : I am switching to running sage docker image since the latest binaries for linux is no longer available.