How to enable Mojo in Kernel for VS Code Notebook when using GitHub Codespaces
I have MacOS, VS code, MOJO extension, etc...
How do I enable Mojo in Kernel for VS Code Notebook when using GitHub Codespaces?
Thanks in advance
1 Reply
Make sure you install the Jupyter extension and then run
pip install ipykernel
in VSCode terminal. I was having issues but running these steps fixed it