rsconnect-python
rsconnect-python copied to clipboard
deploy notebook --static uses default nbconvert timeout
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