-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Remove aml scripts from extension #11085
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woot!
Codecov Report
@@ Coverage Diff @@
## master #11085 +/- ##
==========================================
- Coverage 61.40% 61.39% -0.01%
==========================================
Files 597 597
Lines 32756 32756
Branches 4631 4631
==========================================
- Hits 20113 20112 -1
Misses 11626 11626
- Partials 1017 1018 +1
Continue to review full report at Codecov.
|
* Load widget scripts from CDN and/or local python interpreter (#10987) * Address sonar issues * Fix linter * Fixes * Better way to pas array buffer * Added comments * Oops * Copy widget scripts to extension folder (#11082) * Copy widget scripts to extension folder * Fix test * Remove aml scripts from extension (#11085) * Validate python when nb opened not on extension activates (#11087) For #10893 * Support workspace images in markdown cells (#11086) For #10893 * Fix functional tests for ipywidgets and download just chrome b… (#11093) For #11092 playwright downloads other browsers, we need just one chrome (as this is closest to what VSCode is built upon) * Added tests for k3d widget (#11133) For #10799, #11096 * Fix failing ipywidget tests (#11132) For #11099 * Update change log
As we can load widgets from local FS, I don't think we need to ship the AML widget scripts.
(tested with AML widgets installed in a conda environment).