Skip to content

Feature/export plots#276

Open
tbukic wants to merge 7 commits intodenisecailab:masterfrom
tbukic:master
Open

Feature/export plots#276
tbukic wants to merge 7 commits intodenisecailab:masterfrom
tbukic:master

Conversation

@tbukic
Copy link
Copy Markdown

@tbukic tbukic commented Jul 19, 2024

Added possibility to export plots to .png files. Since package requires very specific combination of dependency versions to run, selenium can not be used directly with bokeh and panel commands for saving plots. Plots are exported to .html, and shot-scraper CLI tool is used to screenshot them. Screenshots are post-processed to crop bokeh toolbar and add title if necessary.
Exporting is added to all pipeline notebook cells which plot anything.

tbukic and others added 7 commits July 18, 2024 16:39
…with 'if interactive' or with 'if save_plots'. save_plots is a new boolean variable at the start of notebook. No more displaying plots by just writing variable name at the end of cell, all those are now encapsulated by display(plot), otherwise they wouldn't work inside 'if' clause.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant