🖥️Installation

Hypster is a lightweight package, mainly dependent on Pydantic for type-checking.

pip install hypster

Dependencies:

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 your pip is up to date:

pip install -U pip
  1. Ensure hypster is up to date

pip install -U hypster
  1. For Jupyter-related issues, make sure Jupyter is properly installed:

# For JupyterLab
pip install -U jupyterlab

# Or 'classic' Jupyter Notebook
pip install -U notebook
  1. If you're still having problems, please open an issue on our GitHub repository.

Last updated

Contact & Follow the Author

WebsiteLinkedInGithubMedium

© Gilad Rubin 2024