pyvis icon indicating copy to clipboard operation
pyvis copied to clipboard

issue with write_html

Open sudesh0sudesh opened this issue 2 years ago • 1 comments

I am not sure why the specific code below is added in newer version it opens a new tab, eventhough, I just want to write to html

            webbrowser.open(f"{tempdir}/{name}")

sudesh0sudesh avatar Nov 10 '22 02:11 sudesh0sudesh

Agreed. We should have a flag that allows us to not issue the webbrowser.open.

Another thought, when .show is called, could we provide a directory rather than ./{html_name} I want it to write to the local directory, but the . passed to the browser (when I want it to show) doesn't work.

JohnOmernik avatar Jan 11 '23 15:01 JohnOmernik

this issue should be closed. this is already implemented

norweeg avatar Apr 03 '24 16:04 norweeg