popy view
Opens a html file in a browser from the command line.
Open a html file
For convenient access to PoPy’s html output, Open a PoPy Command Prompt and type:-
popy view my_tut.pyml.html
This opens a html page in your browser.
It is a fast way of viewing local .html files output by PoPy.
Open multiple html files
Note you can also open all html files in a directory using:-
popy view *.html
This opens all files with the ‘.html’ extension in your default browser.
Command line options
usage: popy_view [-h] url
Opens local PoPy html summary output in web browser.
positional arguments:
url URL path, you can use *.html.
options:
-h, --help show this help message and exit