Import errors when importing into Jupyter
I'm seeing some weird behaviour when I try to import a module into Jupyter. A simple reproduction is:
If I run that code in Jupyter it works fine but when I move it to a file
foo.ts
and import that module in Jupyter...
I get an error:
What's strange is if I change the order of the two import lines it works... but then the error will come back if I add a 3rd import from a different @aws-sdk
package.
Does anyone have any idea what's going on and whether there is any workaround?0 Replies