juba / pyobsplot

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

Integrating Observable Inputs #14

Closed harrylojames closed 1 year ago

harrylojames commented 1 year ago

Hi,

Really excited to see progress being made on making observable plot available in python!

What is the feasibility of integrating Observable Inputs with this to make the following example possible?

https://observablehq.com/@observablehq/plot-density-weighted?intent=fork

Many thanks,

Harry

juba commented 1 year ago

Hi,

In fact integrating Observable Inputs would mean integrating the Observable runtime and stdlib, which is not the scope of pyobsplot (I understand that the name Observable Plot can make the distinction a bit confusing).

pyobsplot only allows to use Plot in notebooks, not the entire Observable ecosystem. For your information I co-developed an R package that does the latter, but I don't know if there is an equivalent for Python.

harrylojames commented 1 year ago

Hi Julien,

Thank you for the information - not to worry!