edsteva.viz.utils
save_html
save_html(obj: alt.Chart, filename: str)
Save chart in the specified file
PARAMETER | DESCRIPTION |
---|---|
obj |
Altair chart to be saved
TYPE:
|
filename |
Folder path where to save the chart in HTML format. EXAMPLE:
TYPE:
|
Source code in edsteva/viz/utils.py
370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 |
|