• Language: en

popy_view

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.

Examples

You can use the * symbol to display a html file too:-

$ popy_view *.html

Here the first HTML file that is found in local directory opens 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.

optional arguments:
  -h, --help  show this help message and exit
Back to Top