🖥️Installation
Hypster is a lightweight package, mainly dependent on Pydantic
for type-checking.
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:
Ensure your pip is up to date:
pip install -U pip
Ensure
hypster
is up to date
pip install -U hypster
For Jupyter-related issues, make sure Jupyter is properly installed:
# For JupyterLab
pip install -U jupyterlab
# Or 'classic' Jupyter Notebook
pip install -U notebook
If you're still having problems, please open an issue on our GitHub repository.
Last updated
Was this helpful?