Skip to content

emr-notebooks-magics example install command includes very dubious pip options #37

@sirosen

Description

@sirosen

I spotted this while doing some work with EMR and looking at the example notebooks:

"%pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple emr-notebooks-magics\n",

Using Test PyPI is extremely questionable, and using real PyPI behind it as an extra index is even more so. I recommend removing both of those options, sticking with a normal pip install emr-notebooks-magics.

Note

emr-notebooks-magics also appears to no longer be maintained.


I'm not sure if this repo is being maintained either -- 3 years since last commit -- but it is being presented as part of a user's first interaction with EMR Serverless, so I recommend at least taking this opportunity to avoid misleading users about proper pip usage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions