Alex Hanson
Alex Hanson
This is related to #300, #339, and #343, but this issue doesn't just occur with attr.make_class but also normal classes defined across modules. I am submitting this issue not necessarily...
Maybe I'm missing something, but this plugin seems to not recognize many of micropython's modules. For example `from machine import Pin, ADC, TouchPad` recognizes Pin but not ADC or TouchPad....
Executing `jupyter qtconsole --kernel powershell` results in a dialog box titled Error starting QtConsole with message box with the following error message: ``` Traceback (most recent call last): File "E:\alex.hanson\anaconda3\envs\udt_py36_dev\lib\site-packages\qtconsole\base_frontend_mixin.py",...
See issue #13 for original bug details. Updated the PowerShellKernel to use the traitlets model for the attribute banner. I've never used traitlets before, but that what the underlining ipykernel.Kernel...
When running feature_tracker_color.py with OAK-1 the program crashes when pressing the 's' key to activate hardware accelerated motion estimation. traceback: ``` Press 's' to switch between Lucas-Kanade optical flow and...