Skip to content

Claitos/PDG-API-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PDG Python API Tutorial

This tutorial provides a set of examples that illustrate the main features of the PDG Python API. Comprehensive documentation is available at https://pdgapi.lbl.gov/doc/pythonapi.html.

Installation

If one would want to ensure that any dependencies are installed in a self-contained environment, first create a new Python virtual environment and then activate it:

python -m venv ~/pdg.venv
source ~/pdg.venv/bin/activate

Now install the PDG Python API package pdg (if you dont care start with this):

pip install pdg

In order to run the examples in this notebook, some additional packages are required:

pip install numpy matplotlib jupyter

You can now launch a Jupyter session (jupyter lab) or do it in VSCode and open this notebook. I expect everybody to know they handle a notenbook like this.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors