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

2022-03-29 Thread brett stevens
Thanks! On Tuesday, March 29, 2022 at 1:56:09 PM UTC-4 HG wrote: > thanks you :) > > Le 29/03/2022 à 19:23, Dima Pasechnik a écrit : > > I've proposed a fix for this on https://trac.sagemath.org/ticket/33592 > > (there is no reason to use temp files, IMHO) > > so we add c.NotebookApp.use_redirect

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

2022-03-29 Thread Henri Girard
thanks you :) Le 29/03/2022 à 19:23, Dima Pasechnik a écrit : I've proposed a fix for this on https://trac.sagemath.org/ticket/33592 (there is no reason to use temp files, IMHO) so we add c.NotebookApp.use_redirect_file=False to the corresponing config file. Needs review. On Tue, Mar 29, 2022

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

2022-03-29 Thread Dima Pasechnik
I've proposed a fix for this on https://trac.sagemath.org/ticket/33592 (there is no reason to use temp files, IMHO) so we add c.NotebookApp.use_redirect_file=False to the corresponing config file. Needs review. On Tue, Mar 29, 2022 at 4:46 PM brett stevens wrote: > > I spoke to soon. :-) My so

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

2022-03-29 Thread brett stevens
I spoke to soon. :-) My solution makes the Ubuntu Jupyter work OK but ```sage -n``` does not work. For SageMath's jupyter I needed to make the same change in ```$SAGE_ROOT/local/etc/jupyter/jupyter_notebook_config.py``` On Tuesday, March 29, 2022 at 11:02:52 AM UTC-4 brett stevens wrote: >

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

2022-03-29 Thread brett stevens
The problem seems to be that The Ubuntu Firefox is now installed with a snap which is not given access to dotted files in the user file space and jupyter's redirect file is in ~/.local/ The solution from Stackexchange As Ubuntu

Re: [sage-support] Convergence of infinite series

2022-03-29 Thread Varun Kumar
Thank You David On Tue, Mar 29, 2022 at 3:23 PM David Joyner wrote: > On Tue, Mar 29, 2022 at 5:33 AM Varun Kumar > wrote: > > > > Someone help me to study the convergence of infinite series by plotting > the partial sum. > > > > One example is at the end of the calc 2 section of > https://doc.

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

2022-03-29 Thread Dima Pasechnik
On Tue, Mar 29, 2022 at 6:12 AM brett stevens wrote: > > When I run ```sage -n``` the same thing happens: The page that opens in > Firefox says > > Access to the file was denied > > The file at > > /home/brett/.local/share/jupyter/runtime/nbserver-35966-open.html is not > > readable. > > I

Re: [sage-support] Convergence of infinite series

2022-03-29 Thread David Joyner
On Tue, Mar 29, 2022 at 5:33 AM Varun Kumar wrote: > > Someone help me to study the convergence of infinite series by plotting the > partial sum. > One example is at the end of the calc 2 section of https://doc.sagemath.org/html/en/prep/Calculus.html Another example is at the end of https://doc

[sage-support] Convergence of infinite series

2022-03-29 Thread Varun Kumar
Someone help me to study the convergence of infinite series by plotting the partial sum. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr..

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

2022-03-29 Thread Dima Pasechnik
On Tue, Mar 29, 2022 at 6:15 AM brett stevens wrote: > > 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 p