Tyler Hughes
Tyler Hughes
HI @darrenburns , I'm running in a locally hosted Jupyter lab notebook. Jupyter: Version: 1.0.0 I also see if when I run in a regular jupyter notebook. And yea the...
I think all of this makes sense. (making part of get status, moving get_status outside of `web.monitor()`).
consolidating in #544
We don't have a binderhub yet, but you can launch from binder using the link at the top of each notebook. It would be good to set up a binderhub...
@momchil-flex should we be raising td.AuthenticationError here? https://github.com/flexcompute/tidy3d/blob/develop/tidy3d/web/auth.py#L62
@momchil-flex where are we at with the first bullet point? If the simulation errors / diverges, what gets returned when we try to download? Or is this something we should...
consolidating in #544
ok, I think just an upper bound would be ok for the fitter. Note that the main webapi Simulation functions also require timeout parameter (`web.upload()` for example).
Yea, it's just a kwarg to `requests.get`, `requests.post`, etc. https://requests.readthedocs.io/en/latest/api/#requests.request see `timeout`
consolidating in #544