juba / pyobsplot

Observable Plot in Jupyter notebooks and Quarto documents
https://juba.github.io/pyobsplot/
MIT License
203 stars 7 forks source link

Use type declarations to improve IDE support #13

Open juba opened 1 year ago

juba commented 1 year ago

See if it would be possible to use the typescript type declarations introduced in Plot 0.6.5 to improve autocompletion and IDE support.

juba commented 2 months ago

Plot methods code in js_modules.py is now generated by get_plot_method.js, improving autocompletion and attributes detection notably by pylance.