OpenFreeEnergy/alchemiscale
View on GitHubReplace `nest_asyncio` if possible in `AlchemiscaleClient`
Open
#488 opened on Mar 11, 2026
component-user-clientgood first issue
Repository metrics
- Stars
- (35 stars)
- PR merge metrics
- (PR metrics pending)
Description
nest_asyncio appears to no longer be developed, and though it appears to work fine for now, it may be worth pursuing alternatives. We only use it in a couple AlchemiscaleClient methods that make use of asyncio, allowing them to be used in e.g. Jupyter notebooks without issues.