[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

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

2022-03-28 Thread brett stevens
n VSCode (see > https://trac.sagemath.org/ticket/30484) > > > > > > > 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 inst

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

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

2022-03-29 Thread brett stevens
orrectly-configure-snapd-firefox-to-open-local-html-file-generated-by> is to place the line > c.NotebookApp.use_redirect_file = False in the file ```~/.jupyter/jupyter_notebook_config.py``` Thank you all for your help and time. brett On Tuesday, March 29, 2022 at 11:02:52 AM UTC-4 brett stevens

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

2022-03-29 Thread brett stevens
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 solution makes the Ubuntu Jupyter work OK but > ```

[sage-support] middle-button paste

2023-09-05 Thread brett stevens
I am running sagemath 9.8 with jupyter_core 4.11.2 and jupyter_client 7.4.4. I access the sagemath notebook in firefox 116.0.2 on an Ubuntu 22.04 machine. I would like to enable middle-button paste in the jupyter notebook. My understanding from stack overflow

[sage-support] Re: middle-button paste

2023-09-07 Thread brett stevens
that I need to change? On Tuesday, September 5, 2023 at 4:16:16 PM UTC-4 brett stevens wrote: > I am running sagemath 9.8 with jupyter_core 4.11.2 and jupyter_client > 7.4.4. I access the sagemath notebook in firefox 116.0.2 on an Ubuntu 22.04 > machine. I would like to enable middle-but

[sage-support] Re: middle-button paste

2023-09-07 Thread brett stevens
In firefox I do have middlemouse.paste set to True On Thursday, September 7, 2023 at 9:53:23 AM UTC-4 brett stevens wrote: > I have found that sagemath 9.8 is using codemirror version 5.56.0 > (```$SAGE_ROOT/local/var/lib/sage/venv-python3.10.8/lib/python3.10/site-packages/notebook/

Re: [sage-support] ./configure reports no gcc but it is installed

2024-12-16 Thread brett stevens
thanks Dima brett On Monday, December 16, 2024 at 8:44:09 PM UTC-5 dim...@gmail.com wrote: > Hi, > you are trying to install Sage 10.0, for some reason. > Since Sage 10.4 or 10.5 (the current one) you certainly can use > gcc-14/g++-14. > HTH > Dima > > On Mon, Dec 1