I have just tried a lot of things but i can't fix it. I am trying to run a simple strands tool calculator in 3 different jupyter environments and I always get the same error
"Error: LookupError - <ContextVar name='parent_header' at 0x725c0c393f10>"
If I run it as a python script it in the same env it runs just fine.
Normal agent calls works it is just the strand tools that don't work, for example:
agent.tool.calculator(expression="sin(x)")