# Environment **Delta-rs version**:0.6.0 **Binding**: python 3.10 **Environment**: - **Cloud provider**: Azure - **OS**: ubuntu, windws WSL - **Other**: *** # Bug **What happened**: DeltaTable constructor hangs in Jupyter ``` dt = deltatable.DeltaTable(“az://container/…”, storage_options={‘account_name’: “foo”, “AZURE_STORAGE_ACCOUNT_KEY”: “bar”}) ``` **What you expected to happen**: Not hang **How to reproduce it**: Attempt to create an azure storage backed DeltaTable in Jupyter **More details**: This was lightly discussed in #915