I think the naming convention is that the kernel side gets named to reflect the kernel - while the typescript side has a name prefixed with jupyter. I think this is bc the typescript side is kernel agnostic. SO for ipysegment it should really be
In theory if someone wanted to make a back end in a different kernel then they could just use the jupyter-segment typescript library and only write the kernel part in whatever language
I think the naming convention is that the kernel side gets named to reflect the kernel - while the typescript side has a name prefixed with jupyter. I think this is bc the typescript side is kernel agnostic. SO for ipysegment it should really be
ipysegement (for python) jupyter-segment (for typescript)
In theory if someone wanted to make a back end in a different kernel then they could just use the jupyter-segment typescript library and only write the kernel part in whatever language