Code Monkey home page Code Monkey logo

Comments (2)

robert-dodier avatar robert-dodier commented on June 24, 2024

Thanks for your message. I followed your recipe to create the maxima-jupyter executable and it works successfully when I try the Jupyter console. I don't recognize the error message you are getting; maybe ask on the SBCL mailing list about it?

I may be working with older versions of Ubuntu, gcc, SBCL, and Jupyter; I don't know what difference that makes.

$ uname -a
Linux freekbox 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16 00:23:46 UTC 2014 i686 i686 i686 GNU/Linux

$ gcc --version
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04

$ sbcl --version
SBCL 1.3.13

$ jupyter --version
4.0.4

However the Maxima version is post-5.40:

$ maxima --version
Maxima branch_5_40_base_95_g4c9cbbd

I had to patch ironclad-0.33 (loaded via Quicklisp):

$ diff -u src/digests/digest.lisp-original src/digests/digest.lisp
--- src/digests/digest.lisp-original	2017-07-04 17:09:03.973101995 -0700
+++ src/digests/digest.lisp	2017-07-04 17:09:28.553223882 -0700
@@ -50,7 +50,7 @@
       ;; Otherwise, we have a bignum.
       (t
        (locally (declare (optimize (safety 0))
-                         (type sb-bignum:bignum-type length))
+                         (type sb-bignum:bignum-element-type length))
          (cond
            ((= (sb-bignum:%bignum-length length) 1)
             (setf (aref block lo) (sb-bignum:%bignum-ref length 0)))

Not sure where to go from here. Thanks for your interest all the same.

from maxima-jupyter.

robert-dodier avatar robert-dodier commented on June 24, 2024

I'm closing this discussion thread due to lack of activity, but if you want to resume this topic, please open a new thread. Thanks for your interest in Maxima-Jupyter.

from maxima-jupyter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.