python-arulesviz
python-arulesviz copied to clipboard
Use with Jupyter lab
Hi does this work with Jupyter Lab? I tried plot_graph but just see VBox...
Thanks.
I don't use jupyterlab but enabling extension might help:
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager bqplot
Hi I got it working by upgrading to the latest Jupyter Lab and installing jupyterlab-widgets and ipywidgets. I'm able to see the graph and move it around (beautiful)! However, I can't have the graph update from moving the sliders or filtering the rules. Any idea what's going on? Thanks.