🖥️Installation

Hypster is a lightweight package with minimal dependencies.

uv add hypster

Verification

After installation, you can verify your setup by running:

import hypster
print(hypster.__version__)

System Requirements

  • Python 3.10 or higher

  • Optional: Jupyter Notebook/Lab for interactive features

Troubleshooting

If you encounter any installation issues:

  1. Ensure uv is up to date:

uv self update
  1. Ensure hypster is up to date

  1. For Jupyter-related issues, make sure Jupyter is properly installed:

With pip:

  1. Ensure your pip is up to date:

  1. Ensure hypster is up to date

  1. For Jupyter-related issues, make sure Jupyter is properly installed:

  1. If you're still having problems, please open an issue on our GitHub repository.

Last updated

Was this helpful?