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

Getting the first element of entrypoints results in a KeyError #982

Open AmineDaou opened 12 months ago

AmineDaou commented 12 months ago

https://github.com/jupyter/jupyter_client/blob/dfb4c124c07896eb5b5117133bd378c3e3b3a41a/jupyter_client/provisioning/factory.py#L175

the class EntryPoints(tuple) of importlib_metadata overrides __getitem__ to a method that takes a str parameter name instead of the default int index.