-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Install via Quicklisp instructions are unclear #64
Comments
User kernels are installed in the user's Jupyter folder, i.e. An image based kernel uses When installing a system kernel you can create a quicklisp bundle. This collects all dependencies into If you are installiing common-lisp-jupyter on a machine in which you are the only user you should just do a user based kernel. If your Lisp impllementation loads very slowly and supports If these additional details help clarify the differences then I'll add them to the README. I know that the current details are a little sparse. |
I see, thanks. I think it would help to add to the README. I'd suggest perhaps explaining it in two parts:
That way it will be easier for folks who have custom installations put things in the right place and select the best kernel for them. It might be good to mention why a dumped image might be useful too; we used to dump images years ago to run with, but these days things are so fast I just load everything up from source/fasl. As an FYI on Windows, I've now got a ~/.jupyter directory following the installation of JuypterLab, but nothing in AppData/Local, which is where I'd normally expect to find things. In fact nothing in my home directory at all except .jupyter. I did an MSYS2 installation of JupyterLab, so it's probably over in that area. I'll have a look around tomorrow and update this thread on what I needed to do on Windows (it sounds like this isn't a platform you are using much) |
The Windows installation stuff should work but hasn't been tested for several months since my Appveyor CI broke. I have started transitioning to GitHub actions but haven't setup the Windows stuff yet. The main obstacle to Windows usage is the fact that pzmq and static-vectors both use cffi grovel which means you need a complete development system. I have working branches of pzmq and statiic-vectors that avoid grovelling via a combination of calls to zmq to determine message allocation info and declaring some types explicitly. I am waiting for cffi to be updated in quicklisp before I submit them as pull requests. I would like to support Windows without requiring msys. I think it is possible, but the pieces aren't quite there yet. And yes you are right, there isn't much testing going on in Windows right now. I am using Linux and the CLASP/CANDO people are using Linux and MacOS. |
Do you recommend the Windows Python or the MSYS version for JupyterLab? Which one is better tested? |
I think that I have only tried the MSYS one since I had to install MSYS anyways. |
Okay. The reason I ask is because the Windows wiki instructions seem to indicate paths that are used in the Windows package install, not MSYS. I'm trying for a Quicklisp install using a MSYS python. I'll let you know how I go and, if you're open to pull requests, will update the Windows instructions for the same. I've not used Roswell, although I do see it more frequently over the last year or so. |
I've got all the prerequisites installed, but am unclear on the Quicklisp install instructions:
I assume that since common-lisp-jupyter is in quicklisp:
I can install or clone it and then load with
(ql:quickload :common-lisp-jupyter)
, however I'm not clear on the difference between the options:It sounds like if I want the notebook to use Quicklisp or ASDF I need option 3 or 4, which have the same installation instructions. Can you elaborate a bit on each of these four options?
The text was updated successfully, but these errors were encountered: