Gamma documentation not working

Hi Simon, I’ve been trying to look up for some of the options in the Gamma function and see what they do. But I cannot seem to access the link you provided previously: https://docs.pymedphys.com/ref/lib/gamma

Is that still the correct link? I should probably save it somewhere for the future. Or is there a way to look that up in Python?

Thanks!

Hi @nancyyu :slight_smile:,

The new link is the following:

If run help(pymedphys.gamma) I think that should also give you the same info :slight_smile:


Hi Simon,

I am new to Python, and when I try to run the gamma function example, it gives me this error. I am working on the latest version of Jupyter based on Python 3. I hope you can help me.

Thank

Majed

Hi Majed :slight_smile:,

Welcome to the PyMedPhys community :tada: :slightly_smiling_face:. First question is, what version of PyMedPhys do you have installed?

If you run the following within your notebook what do you get:

!pip show pymedphys

Key is, to work out what version of PyMedPhys you have installed.

Cheers :slight_smile:,
Simon