David Vegh

Results 16 comments of David Vegh

@jravenel Hi, please use `!pip install ipyvizzu-story`, for more info, check our installation [guide](https://vizzuhq.github.io/ipyvizzu-story/docs/installation.html)

@nyirog I created a working prototype to separate the "lib" code and integrate "ipyvizzu" into streamlit. Could you please review and add some tips to improve it?

I refactored a bit, now, the lib can be used itself (not an abstract class). It generates a valid html code, which can be displayed in a browser (if chart.show()'s...

@nyirog python -m build can not handle multiple setup calls in the setup.py. I found a solution - check sys.argv in setup.py and select package, see the examples below (but...

> @nyirog python -m build can not handle multiple setup calls in the setup.py. I found a solution - check sys.argv in setup.py and select package, see the examples below...

tools/example-generator/mjs2md.mjs : add Timeseries into dtype

@nyirog I started another draft for separating lib, python, jupyter, streamlit, etc. modules. In this solution we'll use one package that contains a module (chartlib) which is an abstract chart...

> I think it is a good practice to catch the `ImportError` of `IPython` or `streamlit` on module level: @nyirog Thank, it's an easier way. I think we should add...

Raw Js string filter implemented and will be released in 0.6.0. @simzer I reopened this (operator overload method implementation), but removed 0.6.0 milestone.

@petervidos Could you please clarify the issue? ipyvizzu works in jupyterLite, for example: 1. cell: ```python import micropip await micropip.install("ipyvizzu") from ipyvizzu import Chart, Data, Config chart = Chart() chart.scroll_into_view...