Newbie question - No valid Kernel for PowerShell #45
-
|
Hello. First, congrats on the initiative... I have lots of pynb files with PowerShell demos, and my job depends on them. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Thanks for using Verso. VS Code typically uses that built in notebook controller when you click on a .ipynb file. For that particular file extension you have to right click and select "Open With..." and select Verso when it pops open the selections. If you still have trouble, attach one of these simple .ipynb files and give it a try on my end and fix as necessary. Let me know if it works as well. Future edit: The next release v1.0.18 will include more language magic command support to help prevent the unknown magic command error when opening an .ipynb/.dib file. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the quick response.... this seems to do the trick and run the notebook ! Now I have to investigate on the compatibility, as some magic commands seem not to be defined : |
Beta Was this translation helpful? Give feedback.

Thanks for using Verso. VS Code typically uses that built in notebook controller when you click on a .ipynb file. For that particular file extension you have to right click and select "Open With..." and select Verso when it pops open the selections. If you still have trouble, attach one of these simple .ipynb files and give it a try on my end and fix as necessary. Let me know if it works as well.
Future edit: The next release v1.0.18 will include more language magic command support to help prevent the unknown magic command error when opening an .ipynb/.dib file.