pyobsplot
pyobsplot copied to clipboard
Observable Plot in Jupyter notebooks and Quarto documents
Results
22
pyobsplot issues
Sort by
recently updated
recently updated
newest added
``` %pip install pyobsplot ``` in Jupyterlite, such as https://jupyterlite.readthedocs.io/en/stable/_static/lab/index.html, met the error of ``` ValueError: Can't find a pure Python 3 wheel for 'typst>=0.11.1'. ``` It will be great...
I have tried to install pyobsplot with jupyter lite and the xeus kernel, and it fails because of the watchfiles dependency. Is it possible to make this dependency optional? See:...