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

Kernel launcher for IPyKernel #2188

Closed
rchiodo opened this issue Mar 9, 2020 · 3 comments
Closed

Kernel launcher for IPyKernel #2188

rchiodo opened this issue Mar 9, 2020 · 3 comments
Assignees

Comments

@rchiodo
Copy link
Contributor

rchiodo commented Mar 9, 2020

Given an interpreter, a resource, and a kernel name

  • Starts the kernel process
  • Figures out the environment based on the resource and the interpreter
  • Gives back the connection information uri with a port
  • And an Idisposable that kills when the process when done
@DavidKutu DavidKutu self-assigned this Mar 10, 2020
@rchiodo
Copy link
Contributor Author

rchiodo commented Mar 10, 2020

This might be handy. Not sure if we can use it or not as it looks like it was removed, but the same code might be useful:
https://packages.nteract.io/modules/fs_kernels.html

@rchiodo
Copy link
Contributor Author

rchiodo commented Mar 10, 2020

Sorry the spawn stuff is here:
https://github.com/nteract/spawnteract

@IanMatthewHuff IanMatthewHuff self-assigned this Apr 10, 2020
@IanMatthewHuff
Copy link
Member

Validated.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 18, 2020
@microsoft microsoft unlocked this conversation Nov 13, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 13, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 8, 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

3 participants