ianhi / custom-ipywidget-howto

accumulated knowledge on how to make a custom jupyter widget
BSD 3-Clause "New" or "Revised" License
15 stars 4 forks source link

naming convention #2

Open ianhi opened 4 years ago

ianhi commented 4 years ago

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

ianhi commented 4 years ago

probs could just be a small standalone file explaining the above