Re: Fwd: Re: [fricas-devel] FriCAS in TeXmacs doesn't start HyperDoc, and

2015-10-13 Thread Kurt Pagani
My understanding is that installing Jupyter by "pip install jupyter" or "conda install jupyter" will do everything for you, I mean there should be no need to install 0MQ libraries yourself. If you, however, have older installations of 0MQ or IPython it might make things more complicated. But most

Re: Fwd: Re: [fricas-devel] FriCAS in TeXmacs doesn't start HyperDoc, and

2015-10-13 Thread Kurt Pagani
Am 13.10.2015 um 02:29 schrieb Waldek Hebisch: ... >> then it might be easier to drop an anchor there. I'll try to locate the >> "emission", however, if you already know the location, please let me know. > > Actual sending is done via routines named 'sendI', etc. This is > done in view2D.spad

Re: Fwd: Re: [fricas-devel] FriCAS in TeXmacs doesn't start HyperDoc, and

2015-10-13 Thread Alasdair
I have no understanding of the internals, and I'm no programmer (except for simple functions), but in the immediate instance would it not be convenient to have a list of instructions for the user (such as me) to install fricas/jupyter with all the correct libraries on their system? As I discov

Re: Fwd: Re: [fricas-devel] FriCAS in TeXmacs doesn't start HyperDoc, and

2015-10-12 Thread Waldek Hebisch
Kurt Pagani wrote: > > > > Am 12.10.2015 um 01:12 schrieb Waldek Hebisch: > > >> FriCAS/Axiom graphics requires an X server and that would be very > >> awkward to include in a Jupyter kernel. > > > > Actually in principle graphics routines could be easily > > retargeted. Namely, there is a se

Re: Fwd: Re: [fricas-devel] FriCAS in TeXmacs doesn't start HyperDoc, and

2015-10-12 Thread Kurt Pagani
Am 12.10.2015 um 01:12 schrieb Waldek Hebisch: >> FriCAS/Axiom graphics requires an X server and that would be very >> awkward to include in a Jupyter kernel. > > Actually in principle graphics routines could be easily > retargeted. Namely, there is a set of primitive operations > which need t

Re: Fwd: Re: [fricas-devel] FriCAS in TeXmacs doesn't start HyperDoc, and

2015-10-11 Thread Waldek Hebisch
Bill Page wrote: > > On 11 October 2015 at 12:47, Kurt Pagani wrote: > > > > Hi Ralf, > > > > Am 11.10.2015 um 12:16 schrieb Ralf Hemmecke: > > ... > >> Graphics is not my main concern at the moment. > >> And hyperdoc I would anyway want to replace by fricas.github.io. > > > > Regarding graphics

Re: Fwd: Re: [fricas-devel] FriCAS in TeXmacs doesn't start HyperDoc, and

2015-10-11 Thread Kurt Pagani
Have a look at the end of http://kfp.bitbucket.org/tmp/version-0-9-2.html : there the pop-up window is capapble of displaying one of the supported mime types (html, md, ...) At the moment it only displays the text of ")d op cmd", at least one can expand it by clicking on the "+". The API would imh

Re: Fwd: Re: [fricas-devel] FriCAS in TeXmacs doesn't start HyperDoc, and

2015-10-11 Thread Ralf Hemmecke
> By all means, http://fricas.github.io/api/ is terrific and I had my eye > on linking to it by the "introspection" command. This, however, would > increase the dependencies (some cl-html client) which I deliberately > tried to keep minimal. If the introspection command just yields the respective

Re: Fwd: Re: [fricas-devel] FriCAS in TeXmacs doesn't start HyperDoc, and

2015-10-11 Thread Bill Page
On 11 October 2015 at 14:24, Kurt Pagani wrote: >>> >>> Regarding graphics there are a lot of possibilities now (d3, vispy, gle >>> ...) which may compete. Yet it would be nice to get native Fricas >>> "graphics" into the notebook. >>> The mentioning of "ht" was a Freudian slip ;) >>> > Am 11.10.2

Re: Fwd: Re: [fricas-devel] FriCAS in TeXmacs doesn't start HyperDoc, and

2015-10-11 Thread Kurt Pagani
Am 11.10.2015 um 18:59 schrieb Bill Page: > On 11 October 2015 at 12:47, Kurt Pagani wrote: >> >> Hi Ralf, >> >> Am 11.10.2015 um 12:16 schrieb Ralf Hemmecke: >> ... >>> Graphics is not my main concern at the moment. >>> And hyperdoc I would anyway want to replace by fricas.github.io. >> >> Rega

Re: Fwd: Re: [fricas-devel] FriCAS in TeXmacs doesn't start HyperDoc, and

2015-10-11 Thread Bill Page
On 11 October 2015 at 12:47, Kurt Pagani wrote: > > Hi Ralf, > > Am 11.10.2015 um 12:16 schrieb Ralf Hemmecke: > ... >> Graphics is not my main concern at the moment. >> And hyperdoc I would anyway want to replace by fricas.github.io. > > Regarding graphics there are a lot of possibilities now (d3

Re: Fwd: Re: [fricas-devel] FriCAS in TeXmacs doesn't start HyperDoc, and

2015-10-11 Thread Kurt Pagani
Hi Ralf, Am 11.10.2015 um 12:16 schrieb Ralf Hemmecke: > Hi Kurt, > >> At the moment the installation procedure is quite handy to develop but >> not yet robust enough for deployment which certainly would be not >> essential for SMC (you might oppose). But most unpleasant seems to me >> the long

Re: Fwd: Re: [fricas-devel] FriCAS in TeXmacs doesn't start HyperDoc, and

2015-10-11 Thread Bill Page
On 11 October 2015 at 06:16, Ralf Hemmecke wrote: > ... > What I am not quite sure is whether the same AXIOMsys can work for both, > command line version and as a jupyter kernel. > > Nevertheless, I'd be happy to have a fricas build procedure that > automatically does the right thing for getting a

Re: Fwd: Re: [fricas-devel] FriCAS in TeXmacs doesn't start HyperDoc, and

2015-10-11 Thread Ralf Hemmecke
Hi Kurt, > At the moment the installation procedure is quite handy to develop but > not yet robust enough for deployment which certainly would be not > essential for SMC (you might oppose). But most unpleasant seems to me > the long loading time of the kernel (~ 5 seconds) which could be > overcom

Fwd: Re: [fricas-devel] FriCAS in TeXmacs doesn't start HyperDoc, and

2015-10-10 Thread Kurt Pagani
Bill, Thank's for offering to help. I'll get back to you on that (for sure:) I'm afraid, however, it might be premature to get in on SMC. Although the kernel is highly stable there are some minor points which have to be improved. At the moment the installation procedure is quite handy to develop