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: "address@hidden" <address@hidden>
  • Cc: "texmacs-users" <address@hidden>
  • Subject: Re: [TeXmacs] Suggestion - TeXmacs Input for Sagemath Jupyter Notebook
  • Date: Sat, 23 Mar 2019 14:36:59 +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=1553323020; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=APPcczfTPp+p3dRqvr3rsSFfTPmWAboYtHk1T8h5V9A=; b=gHLrVL2+ZzQm/D4MdWfuFLLXy8FNnYQNcTeN8qxQ+BuOmSMk3W+FHv2juJUe2LH6kriQghgiyxrsfudG8bQ38y78FERXMbmSab9B597+QOW3AoFxL8jAMbjR8n0EmS6iWd3nLti2dTb+eG/k7Ooi3iEfn7RwNHmSXApM3btxB48=
  • Arc-seal: i=1; a=rsa-sha256; t=1553323020; cv=none; d=zoho.com; s=zohoarc; b=SEESbRKJ3z6J50uZCaBTykX32acqrPYi+bK3DD73cTDqW1FBwq0fzRtgqdY7XVx/E1MFGQFcfoLinFxXNp52t4tGXt6ibb6ymc7kq51yDcN4CUt08AN2805wJ80d5VMVqzHwRpf098H+7g4+cYSihljs6Twf/sg5BNUDT4LsBJc=
  • 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=X2MMt8t6STiqDTKhwy7sbUkJiPG8AA103yM6fJB0dY0Jp2+BfgVNjFmykqgChe/K4HVZxjq6WjDP NKY5JDShyLRh0Wj8li92jFmuFFyjH5Dj7J5n8wUnUjvIjw91Ybv8

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