thanosam

Results 4 comments of thanosam

Try to have preinstalled in your environment the numpy. You can do so in the setup.py file. This is how it worked for me so far (last plotly-resampler installed is...

**I tried to integrate it in Django but I receive the following error:** ```txt _File ".../python3.9/site-packages/plotly_resampler/figure_resampler/figure_resampler.py", line 211, in register_update_graph_callback app.callback( File ".../lib/python3.9/site-packages/django_plotly_dash/dash_wrapper.py", line 345, in wrap_func func.expanded = DjangoDash.get_expanded_arguments(func,...

Hi @jvdd ! Thank you for your fast answer. My pleasure to share with the community my findings. I will try it and I will let you know. Fyi I...

Following this tutorial I manage to handle dash @app.callbacks in Django: https://www.youtube.com/watch?v=psvU4zwO3Ao&t=2615s&ab_channel=PipInstallPython In the simpleexample.py file I replaced the content as follows: ``` app = DjangoDash('SimpleExample') x = np.arange(5_000_000) noisy_sin...