dohzya
MModular
•Created by Pun on 11/23/2024 in #questions
Getting jupyter lab to run mojo on Apple Silicon
(I think. maybe I didn't other install / config which I don't remember)
13 replies
MModular
•Created by Pun on 11/23/2024 in #questions
Getting jupyter lab to run mojo on Apple Silicon
I had this issue once, and fixed it by installing ipykernal 😬
13 replies
MModular
•Created by Pun on 11/23/2024 in #questions
Getting jupyter lab to run mojo on Apple Silicon
I'm quite certain there is a way to be more generic, but my testing until now were closer to alchemy than real reproductible science 😬
13 replies
MModular
•Created by Pun on 11/23/2024 in #questions
Getting jupyter lab to run mojo on Apple Silicon
I didn't found a way that I like but it is possible:
- be sure to be in a magic project (it's working when using
magic shell
, I suppose it's not mandatory if you find the right variables and the rights values)
- be sure to have installed max ipykernel and python in your magic env
- call code
from your shell (quit it before doing this just to be sure)13 replies
MModular
•Created by f.geraci on 11/12/2024 in #questions
Install Mojo/Magic
So the question is “does magic needs/uses conda?” (or “is it possible to use magic without having conda installed, neither manually or by magic?”), is that right?
I don’t have the answer, but I noted that some error messages (when trying to install invalid packages) contain the word conda. However I suppose it is only used as a standard for packages repositories, nor as a lib.
19 replies