Cannot run Mojo in VSCode notebooks

No description
1 Reply
miro
miro2y ago
jupyter needs the ipykernel to be installed. 1) try pip install ipykernel 2) make sure notebook uses mojo kernel i recommend installing mojo inside docker container, works for me quite well. i wrote a simple tutorial how to do so: https://medium.com/@1ce.mironov/how-to-install-mojo-locally-using-docker-5346bc23a9fe

Did you find this page helpful?