jupyter / jupyter_client

Jupyter protocol client APIs
https://jupyter-client.readthedocs.io
BSD 3-Clause "New" or "Revised" License
383 stars 283 forks source link

Path resolution by kernel manager and providers #1005

Open krassowski opened 8 months ago

krassowski commented 8 months ago

Addresses https://github.com/jupyter-server/jupyter_server/issues/1280

Sibling PR to https://github.com/jupyter-server/jupyter_server/pull/1331

Allow providers to acknowledge ownership of the files and provide a fully resolved path. Implements resolution for the local provisioner.