You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and I just reinstalled jupyter as well (see below).
This is my prep work to install jupyter/maxima (had to start with an apt-get for pip);
The following additional packages will be installed:
libczmq3 libexpat1-dev libpython3-dev libpython3.5-dev libzmq3-dev
python-pip-whl python3-dev python3-setuptools python3-wheel python3.5-dev
Suggested packages:
python-setuptools-doc
The following NEW packages will be installed:
libczmq-dev libczmq3 libexpat1-dev libpython3-dev libpython3.5-dev
libzmq3-dev python-pip-whl python3-dev python3-pip python3-setuptools
python3-wheel python3.5-dev
0 upgraded, 12 newly installed, 0 to remove and 4 not upgraded.
Welcome to LDB, a low-level debugger for the Lisp runtime environment.
Error opening /dev/tty: No such device or address
ldb> [I 15:42:33.639 NotebookApp] KernelRestarter: restarting kernel
(1/5), keep random ports
also...I didn't put maxima on the path, but have a bash alias for it.
I have seen similar questions on the web for users with ccl having much more dynamic space size, around 4GB, yet mine seems to remain at the hard-coded limit in sbcl's genesis,
Thanks for the info. I don't have a clear idea about what's going on, but let me ask some questions in hope of narrowing it down.
What came before the crash? Were you in a working Maxima session in which some stuff was working OK and then it crashed? If so what was the last thing you did in the Maxima session? What is the terminal output where you are running jupyter?
If you were working in a Maxima session and it crashed, what happens if you try the same operations with ordinary maxima?
Can you post your notebook file "Unknot Local.ipynb"? If so I will try to run it on my system.
I see that the console log seems to show that jupyter was trying to save your notebook and then it crashed. I can't tell if the one immediately followed the other, or if there was some time elapsed between them.
About maxima being in the path or not, it shouldn't matter. maxima-jupyter is the executable and it doesn't try to execute ordinary maxima.
Hello,
I followed instructions exactly (using Method 1 with --user installation) on the website;
https://github.com/robert-dodier/maxima-jupyter
to install Maxima/Jupyter. I already had a working version of Maxima and Maxima with Emacs & Slime.
My sbcl & maxima are new (from git):
I have the problem with dynamic-space-size, well heap exhaustion - I think it
is almost the same thing... Is it Jupyter? Python?
Here is my python3;
and I just reinstalled jupyter as well (see below).
This is my prep work to install jupyter/maxima (had to start with an apt-get for pip);
I have 16GB of memory installed, here is my inxi (linux mint);
Here is an error spit out onto terminal when the 'kernel dies' in Jupyter/Maxima;
also...I didn't put maxima on the path, but have a bash alias for it.
I have seen similar questions on the web for users with ccl having much more dynamic space size, around 4GB, yet mine seems to remain at the hard-coded limit in sbcl's genesis,
I do edit the file 'maxima' to add more dynamic space but seems to have no affect on the crash message,
The text was updated successfully, but these errors were encountered: