Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provide alternative show_html method
- the show() method by default creates a random named file in `/tmp` dir, however in some cases `/tmp` is not available, e.g., snap's Firefox runs in an isolated enviroment and cannot access the system's `/tmp` - provide a method that calls write_html followed by show for easier access Closes #170 Signed-off-by: Andrei Gherghescu <[email protected]>
- Loading branch information