Skip to content

"-" in empyrical_dist  #2

Description

@nsuurmey

For 03 notebooks you need to import:

from empyrical_dist import Pmf, Cdf

If installed from environment.yaml this module is named "empyrical-dist". Changing to:

from empyrical-dist import Pmf, Cdf

throws an invalid syntax error. I've treid

empydist = __import__("empyrical-dist")

to no avail. What's the best way to work around the dash?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions