Subject: mailing-list for TeXmacs Users
List archive
From : Darcy Shen <address@hidden>- To: "Alkiviadis AKRITAS" <address@hidden>
- Cc: "texmacs-users" <address@hidden>
- Subject: Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook
- Date: Tue, 26 Mar 2019 00:07:16 +0800
- Arc-authentication-results: i=1; mx.zoho.com; dkim=pass header.i=zoho.com; spf=pass smtp.mailfrom=address@hidden; dmarc=pass header.from=<address@hidden> header.from=<address@hidden>
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1553530037; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=AAdGw0e/OndVItQ6bzeUUn0vk14h6iJZ6Y8wnuJOMvo=; b=fni2CAsX5ObsZnSHeeziZfSfhpvOxTK15UkVzF5t/8E0PA2jv1ch7W6jI1aH/07TI+JfbNRGgvsKIYqnOJj7T2uZeNo0Gf+4DaY8KqGRqyu/3FkPMQ86lhcSgvFczhCBYgbqr72FK0AfOWx/pFJI4Lperhcv5XYMsZOv5jB3RDY=
- Arc-seal: i=1; a=rsa-sha256; t=1553530037; cv=none; d=zoho.com; s=zohoarc; b=R+pgdqswz2ejZCvrl92q8UcZuOEK5D/GUHs1IeFy1Wt12O8SRM9zMFsRKCnGAS3Lq4A1qhyDb7S03Bb21YmCPohWTqhRlLzFf9sQ7sN+2NlVdY6UJMCl500qZbxRv+pZZjVFztgmebE/bXHf/GcxJnMlJzJAk5ZMpMqyFIQ3fy8=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:cc:message-id:in-reply-to:references:subject:mime-version:content-type:user-agent; b=DfocUEvg8BX48yH6fXP2P6uWb8B38WJ5ra1jhvjwJ+PsiJuOBzqHpsBXrTiFFy8cxJY6Tu4MLw9c Ftu5vhG3goORutjp98tqFg6zEZMCW3e7ohTNkptRPIug7n076MT0
The SageMath plugin works fine for TeXmacs on MacOS.
Just download it from http://www.texmacs.org/tmweb/download/macosx.en.html
Just download it from http://www.texmacs.org/tmweb/download/macosx.en.html
---- On Mon, 25 Mar 2019 17:10:51 +0800 Alkiviadis AKRITAS <address@hidden> wrote ----
Hi, and congratulations for your nice work.I cannot clone; permission denied (why?).Is the other option with CMake going to work on mac os x mojave??Thank you,AlkisQuoting Darcy Shen <address@hidden>:> This is a one line solution:>>>> git clone mailto:address@hidden:texmacs/SageMath.tm.git> $HOME/.TeXmacs/plugins/sage>>>>>> Or you may re-compile GNU TeXmacs via CMake:>>>>>>>>>>> ---- On Sun, 24 Mar 2019 04:44:47 +0800 <address@hidden> wrote ---->>>> I have compiled texmacs 1.99.9 but sagemath plugin doesn't> work>> I am on ubuntu 18.04 it's blocking, can you integrate it ?>> I don't want to change things I don't know how to do.>> Thanks>> Henri>> Le 23/03/2019 à 07:36, Darcy Shen a> écrit :>>>>> I've fixed for SageMath. But there is packaging problem.>>>> I'm using CMake for developing. But the final deb is> produced by autotools.>>>>>> $ cat /usr/local/libexec/TeXmacs/bin/tm_sage>> #!/bin/bash>>>> BRIDGE=plugins/sage/bin/bridge.py>> USER_SAGE_PY=$HOME/.TeXmacs/${BRIDGE}>> SYS_SAGE_PY=$TEXMACS_PATH/${BRIDGE}>>>> [ -e $USER_SAGE_PY ] && /usr/bin/env sage -python> $USER_SAGE_PY && exit 0>> [ -e $SYS_SAGE_PY ] && /usr/bin/env sage -python> $SYS_SAGE_PY && exit 0>>>>>>>>>>>> This is the SageMath launcher for GNU TeXmacs 1.99.9.>>>> Change SYS_SAGE_PY=$TEXMACS_PATH/${BRIDGE} to>>>> SYS_SAGE_PY=/usr/local/libexec/TeXmacs/bin/bridge.py>>>> will fix it.>>>>>>>> ---- On Tue, 19 Mar 2019 05:59:17 +0800> <mailto:address@hidden> wrote ---->>>> Till texmacs version 1.9.9.2 sage-6 probably worked,> but after python is>> not seen "which python " blocked. I liked it very> much because texmacs>> presentation is excellent (which is not the case with> sage-jupyter>> (sagenb had more choice with fonts)>>>> I cant develop unfortunatly, these plugins are> important. Before maxima>> worked, but I couldn't embedd images, as it was long> times ago.>>>> A maxima jupyter kernel would be a good idea too...> The existing one I>> couldn't run it, I didn't understand the maxima> installation... It was>> said it wasn't properly working ?>>>> Could texmacs be bundled in sagemath ? Or do you mean> sage as a plugin ?>>>>>> Le 18/03/2019 à 15:56, Alkis Akritas a écrit :>>> Fully agree. Some time ago I had even suggested> that texmacs should come bundled with sage math.>>>>>> Sent from my iPad>>>>>>> On 18 Mar 2019, at 15:33, Michael Shea <mailto:address@hidden>> wrote:>>>>>>>> Have any of the developers looked into such> a thing? Not only would it be useful in SageMath, but it> might bring TeXmacs to the attention of more users.
- [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, Michael Shea, 03/18/2019
- Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, Alkis Akritas, 03/18/2019
- Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, address@hidden, 03/18/2019
- Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, Darcy Shen, 03/23/2019
- Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, address@hidden, 03/23/2019
- Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, Darcy Shen, 03/24/2019
- Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, address@hidden, 03/24/2019
- Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, address@hidden, 03/24/2019
- Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, address@hidden, 03/24/2019
- Message not available
- Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, Darcy Shen, 03/25/2019
- Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, Darcy Shen, 03/24/2019
- Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, Darcy Shen, 03/24/2019
- Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, address@hidden, 03/23/2019
- Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, Darcy Shen, 03/23/2019
- Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, address@hidden, 03/18/2019
- Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook, Alkis Akritas, 03/18/2019
Archive powered by MHonArc 2.6.19.