Skip to content
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

Perf improvements to starting Jupyter #2813

Closed
DonJayamanne opened this issue Oct 23, 2019 · 1 comment
Closed

Perf improvements to starting Jupyter #2813

DonJayamanne opened this issue Oct 23, 2019 · 1 comment

Comments

@DonJayamanne
Copy link
Contributor

Options for improving startup performance of Jupyter

  1. Start Jupyter as soon as notebook is opened
  2. Perform necessary searches (search jupyter, notebook, kernels, etc) eary on. I.e. do the heavy lifting early on, then just start jupyter with everything we have.
    • Do this when notebook is opened
    • Do this if a notebook file exists in workspace (probably long term).
  3. Ship jupyter with extension Ship our own Jupyter to eliminate configuration problems #1131
  4. Ship nbconvert with extension (small python package).
    • Avoids having to look for it, we can use our copy
    • Or use our copy only if not found locally in current environment (avoid looking for it)
@DonJayamanne
Copy link
Contributor Author

@lock lock bot locked as resolved and limited conversation to collaborators Nov 6, 2019
@microsoft microsoft unlocked this conversation Nov 14, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 14, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant