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
kingbaba
kingbaba2y ago
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

Did you find this page helpful?