-
Notifications
You must be signed in to change notification settings - Fork 297
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
Caching for improvements in kernel startup #6702
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
notebook-execution
Kernels issues (start/restart/switch/execution, install ipykernel)
perf
Performance issues
verified
Verification succeeded
Milestone
Comments
greazer
added
the
notebook-execution
Kernels issues (start/restart/switch/execution, install ipykernel)
label
Aug 4, 2021
greazer
added
perf
Performance issues
bug
Issue identified by VS Code Team member as probable bug
labels
Oct 9, 2021
Solution Implemented:
|
Duplicate of #8196 |
Testing
Try the same in VS Code insiders, (remember to reload)
Note:
|
/verified |
DonJayamanne
added
the
*duplicate
Issue identified as a duplicate of another issue(s)
label
Nov 27, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
notebook-execution
Kernels issues (start/restart/switch/execution, install ipykernel)
perf
Performance issues
verified
Verification succeeded
Today Jupyter extension calls API in VS Code to determine:
Suggestion: Cache in Python extension
import xyz; print(xyz.__version__)
__file__
Optionally, we can ignore the cache when restarting VS Code (i.e. the cache is only per-session).
This way, if something doesn't work properly, all we need to do is ask the user to restart VS Code (this is a worst case scenario).
Suggestion: Cache in Python extension
Caching in Jupyter extension is super easy & safe, with great benefits for us.
@rchiodo @DavidKutu @joyceerhl /cc
The text was updated successfully, but these errors were encountered: