rsconnect-python icon indicating copy to clipboard operation
rsconnect-python copied to clipboard

deploy notebook --static uses default nbconvert timeout

Open kgartland-rstudio opened this issue 4 years ago • 0 comments

When using the --static option while deploying a notebook with a long-running cell (i.e. time.sleep(30) or longer), the rendering will timeout and deploy will fail. The timeout should be removed for rsconnect-python: --ExecutePreprocessor.timeout=None

kgartland-rstudio avatar Apr 22 '21 14:04 kgartland-rstudio