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¶
Note: "popy_view ..." will be deprecated in favour of "popy view ..." from v1.3
usage: popy_view [-h] url
Opens local PoPy html summary output in web browser.
positional arguments:
url Url path, you can use *.html.
optional arguments:
-h, --help show this help message and exit