-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maxima with Anaconda #88
Comments
Hi Gabriel, thanks for your interest in maxima-jupyter. The installation instructions for maxima-jupyter are a little bit confusing, sorry about that. I've been meaning to try to make it clearer. It appears you are working on a Linux system, is that correct? If so, my advice is to remove the existing Maxima installation which was installed by Anaconda, and instead build Maxima from source code, using SBCL. You will need to install SBCL first, then obtain a maxima tar.gz from the Sourceforge download page, then build and install Maxima via the usual commands:
At that point you need to follow the instructions in the readme for maxima-jupyter to create an image containing maxima-jupyter, and configure Jupyter to use that image. Can you please try installing SBCL and Maxima as I mentioned, and let me know how it turns out, and we can go from there. |
Before we go farther, what is the output from entering
at the input prompt in Maxima? |
OK, good, it appears that Maxima can load ASDF, which is required for maxima-jupyter. Due to time constraints, I can't go into details about installing maxima-jupyter right now. However, the general outline of what I want to recommend to you is to follow the instructions in the README.md as follows: (1) install Quicklisp if it is not already installed. See: https://beta.quicklisp.org Hope this helps. I'm sorry I can't be more helpful at this time. |
I got the exact same error:
For me, the problem was QuickLisp wasn't properly installed. Solution:
Then:
Maxima is working now in Jupyter Notebooks. Many thanks for this great utility. |
I have installed Maxima packages in Anaconda, but I don't know how to run it with Jupyter Notebook. Can you help me?
https://anaconda.org/conda-forge/maxima
In kernel appears only Python 3
The text was updated successfully, but these errors were encountered: