How to use mojo in jupyter notebook with the new magic based installation of max-mojo?
Any recommended steps to use jupyter notebook with mojo, now that it is installed with magic cli.
4 Replies
Probably, something along the lines of:
And then create your notebook and set it's env to point to the mojo binary inside the shell (not sure if it's auto detected, you may need to point to the exact dir yourself.
I haven't tried myself yet.
I followed the steps, and I saw the mojo kernel. But it could not connect to it.
Had to add ipykernel
magic add ipykernel
Works now. Thanks.
I could not get it done, error while loading shared libraries libedit.so2, I got the same while trying mojo reply. by the way I'm ar Arch linux, not Ubuntu, but everything else is working smoothly
I got it run smoothly as explained here: https://github.com/HasanAbuKaram/mojo/blob/main/README.md
GitHub
mojo/README.md at main · HasanAbuKaram/mojo
Contribute to HasanAbuKaram/mojo development by creating an account on GitHub.