Jupyter Notebook for VS Code Vex Extension?

Hi, before I dive into how to make this work, I was wondering if anyone was already using a Jupyter Notebook with the VS code vex extension.

1 Like

So Jupyter Notebooks are not really compatible currently with the VSCode Extension. Since the default Kernel only allows you to execute code on your local machine. You won’t be able to debug/run notebook code on your robot. It might be possible to have the robot notebook code reference the stubs, but this will only allow you to run code against the stubs on your local machine.

2 Likes