report.upload(name='Your report name')
in your script and your report will be uploaded to your Datapane instance for viewing online. This will return the URL of the report that you can share.Report.upload
was previously called Report.publish.
The old syntax will still work but has been deprecated. upload
syntax. Set the open
boolean parameter to True
to open the report afterwards automatically, and add a description
to change the preview text for your viewers.