miro
miro
MModular
Created by skiyubon on 9/14/2023 in #questions
Cannot run Mojo in VSCode notebooks
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
2 replies