These notebooks provide examples of how to work with the CSV files that are generated by the extractor programs.
-
Download the latest code from the project homepage by clicking on the green "CODE" button and choosing an appropriate option. If choosing the Zip option, extract the file contents using your favorite zip tool.
-
Open a command prompt* and change to this file's directory (* e.g. cmd.exe, PowerShell, bash).
-
Ensure you have Python 3.9+ and Poetry.
-
At a command prompt, install all required dependencies:
poetry install
-
If you have the Jupyter plugin in Visual Studio Code, then you can open and run the notebooks directly in VS Code.
-
Otherwise, start the notebook web server, which will automatically open a web page for exploring the notebooks in your default browser:
poetry run jupyter run
For more information on using this command, please see the Jupyter documentation.