Running notebook in Synapse: library version issues
Open
- Dominant language
- Scala
- Stars
- 1.9k
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Description
Running the demo notebook in the Synapse notebook causes library version issues: aiohttp needs to be upgraded to the latest version to resolve the issue.
Solution: run "! pip install aiohttp==3.8.1"
Contributor guide
Assessment
This issue has not been assessed yet.