How should I properly handle a remote kernel notebook directory from a JupyterServerProvider? #15011
Unanswered
andyscho
asked this question in
Questions and Answers
Replies: 1 comment 3 replies
-
Sorry for not getting to this issue any sooner.
If you are referring to the execution API, then yes thats an option. Let me know if this works, and/or if you run into other issues. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After switching from the now-deprecated API to the new API, I'm having issues handling the working directory for the notebook. Currently when I connect to a jupyter server in a JupyterServerCollection, it starts up a kernel with cwd as root filepath
/
.Given the current createConnectionInfo code, what is the recommended way to handle this? Should I be trying to do things through the proposed kernel API?
Beta Was this translation helpful? Give feedback.
All reactions