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

Switch to SharedInterpreters #605

Merged
merged 1 commit into from
Nov 1, 2019
Merged

Conversation

jonathanindig
Copy link
Collaborator

  • Improves Jep + virtualenv behavior when using remote kernels at the
    expense of degrading their performance on local kernels: Local kernels
    will now share dependencies across notebooks, unfortunately.
    Since local kernels are not really used except for development, this
    shouldn't be too much of a problem but it's still annoying. Open to
    suggestions on how to fix this. Maybe Polynote can handle setting
    the sys.path for each notebook?
  • Set kernelIsolation default to Always.

* Improves Jep + virtualenv behavior when using remote kernels at the
  expense of degrading their performance on local kernels: Local kernels
  will now share dependencies across notebooks, unfortunately.
  Since local kernels are not really used except for development, this
  shouldn't be too much of a problem but it's still annoying. Open to
  suggestions on how to fix this.  Maybe Polynote can handle setting
  the `sys.path` for each notebook?
* Set kernelIsolation default to Always.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant