-
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
Server kernels are all named "Python 3", can't tell which notebook they belong to #2174
Comments
Unfortunately I don't believe we have any information about what notebook is being used for a kernel. We only have the last activity time. You can see the data we get on this call here: |
This would require a change to jupyter I believe to indicate what notebooks are currently using a kernel. |
What about using $ http localhost:8889/api/sessions
HTTP/1.1 200 OK
Content-Length: 365
Content-Type: application/json
Date: Thu, 12 Mar 2020 23:57:49 GMT
Etag: "0f45a05372a936d532e5359006055785d4691fdb"
Server: TornadoServer/4.5.3
X-Content-Type-Options: nosniff
[
{
"id": "f55db7d0-3754-4409-bdc0-c21687056a0f",
"kernel": {
"connections": 1,
"execution_state": "idle",
"id": "e8ab37b7-fdbf-4cf3-bd26-3e0c6cac0580",
"last_activity": "2020-03-12T23:31:51.724382Z",
"name": "python3"
},
"notebook": {
"path": "/path/to/notebook.ipynb-36852600-affa-4621-9be4-13895db8e998"
}
}
] |
That might work, worth a try. |
Feature: Notebook Editor, Interactive Window, Python Editor cells
Description
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
The text was updated successfully, but these errors were encountered: