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

Allow kwargs when writting connection_file #953

Closed fecet closed 1 year ago

fecet commented 1 year ago

Allow writing user-relevant information when creating a connection file. As an example, this can fulfill my feature request https://github.com/jupyter/notebook/issues/6936.

Should be work with https://github.com/ipython/ipykernel/pull/1127