> 
> Many thanks. I have just tried to install the jupyter/ispad interface 
> following the instructions at
> 
> https://bitbucket.org/kfp/ispad
> 
> (I had to install libzmp-dev to get it all to work).  Now I can start 
> jupyter, and an iSPAD session, but even after the kernel starts and claims 
> to be connected, I can't get my commands to produce output.  If I enter, 
> say "2+2" in a cell, and either press Shift-Enter, or choose "Cell/Run" 
> from the menu, no output is produced. What happens is that the prompt to 
> the left of the cell: "In [ ]:"  gets an asterisk: "In [*]:".  And the 
> prompt doesn't contain a command number.  So something, somewhere, is wrong.
> 
> And in fact, back in the console, there's this:
> 
>    >> System error:
>    Don't know how to REQUIRE SB-BSD-SOCKETS.
> See also:
>   The SBCL Manual, Variable SB-EXT:*MODULE-PROVIDER-FUNCTIONS*
>   The SBCL Manual, Function REQUIRE
> 

Try doing something like:

export SBCL_HOME=/usr/lib/sbcl

first.  The SBCL_HOME variable among others tells sbcl where
REQUIRE should find needed files.  Of course, value must agree
with your sbcl intallation.

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to