-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Good Afternoon, John,
Upon executing that cell (with DataViewer), my result is "Javascript Error: Cannot read properties of undefined (reading 'kernel')".
I've resorted to these six solutions in the below sources. Unfortunately, they didn't resolve the issue.
https://saturncloud.io/blog/how-to-fix-the-javascript-error-ipython-is-not-defined-in-jupyterlab/
https://saturncloud.io/blog/javascript-error-ipython-is-not-defined-in-jupyterlab-a-comprehensive-guide-for-data-scientists/
What else do you want to know about what I'm running to support JupyterLab?
Thanks for your time!
Sincerely,
Will
PS Solved on JAN312024 via [ax0n-pr1me]. Resorted to widget (https://github.com/matplotlib/ipympl). Within first cell, replaced "%matplotlib inline" with "%matplotlib widget".