mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook


Chronological Thread 
  • From: Darcy Shen <address@hidden>
  • To: "henrigirard" <address@hidden>
  • Cc: "texmacs-users" <address@hidden>
  • Subject: Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook
  • Date: Sun, 24 Mar 2019 11:09:08 +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=1553396949; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=sB7Zhe0L/YHnoXirHGyHV84FGr3RgR0XEkP4QgtGLsc=; b=fFEzjnxnBwqLh/qOuU/jY5s/p+b73kUhKjGN+Jl14AZNLYZZzhWQAs8ludE7rsjXQ65sBjwtescLE67TrSx2ye2tVLAMdVETXl3Hg2yVNozPcBkI4KmF8inHuqvDyqurIS1YGZmLBmRIYmbzU5ITjrqZP8r/Lt8FWm9vlvNAHlU=
  • Arc-seal: i=1; a=rsa-sha256; t=1553396949; cv=none; d=zoho.com; s=zohoarc; b=kY3kNh3/XufOhmb/m0ZDCOOPRl4a3YXQLbm8TydZxIQjtYwnFDRpH9Kvlcvk2QnAMxfKtoKPcudvpWZCEfdj3UHSk8EmQ59oCQ1E8nLe/4o756u7cr93DYQk9zyVYk4hb/Gd9rIfj+P1b9uu4G4E8G0m7sZ97boqTZORQiIiPIM=
  • 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=Ap9mNcPokyrkQXw3YCoSTYQlhlzUlPcmJT5/0kZyvPBieifIuNFGd0kZ+39U/Ruj8BuT7OLQrXmq IW0fkl7bi3kj1e3vusAV7Ry1FS6HGA5nJ4ELaDhgFkgQqc4GaVu8

Well, recently, I was focusing on fixing existing bugs for TeXmacs and improving the Chinese translation of builtin documents.

I should have setup a travis build and ship a nightly build GNU TeXmacs.



---- 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 <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 <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.






Archive powered by MHonArc 2.6.19.

Top of page