You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: getSelectedNotebookController will only get updated after all controller have loaded and user has executed a cell.
Would be good to know at what point you are calling this API (i.e. where in the extnesion are we using this & what point in time).
notebook affinity is not updated, and if we need the controller it returns undefined
This will take time, as we need to wait for list of kernels to be fetched from remote server.
But again, it will always return undefined unless you run a cell.
gotcha, this is happening just after reloading and opening a notebook, before running.
Maybe I'll disable debugging until a controller is found
DonJayamanne
changed the title
INotebookControllerManager.getSelectedNotebookController() returns undefined your first time in remote
Unable to use Run By Line first time when connecting to remote jupyter server
Sep 28, 2021
Environment data
Expected behaviour
Calling
getSelectedNotebookController()
returns the controller.Actual behaviour
It returns undefined.
Steps to reproduce:
python -m notebook
)The text was updated successfully, but these errors were encountered: