-
Notifications
You must be signed in to change notification settings - Fork 8
WIP: feat: Add autoscale tails to Jupyter #179
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
base: main
Are you sure you want to change the base?
Conversation
Looks like the python side cannot receive updates from the frontend - probably being bitten by trying to take shortcuts here, and should read through the docs on how to do this correctly (see https://ipywidgets.readthedocs.io/en/stable/examples/Widget%20Low%20Level.html)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #179 +/- ##
==========================================
+ Coverage 85.11% 85.36% +0.24%
==========================================
Files 45 45
Lines 4783 4809 +26
==========================================
+ Hits 4071 4105 +34
+ Misses 712 704 -8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@tlambert03 I think this is working well now - do you have time to take another look? Unfortunately, when you run |
Needs cleanup I think, also seems broken⚠️