You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions.json
+38Lines changed: 38 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -553,6 +553,44 @@
553
553
],
554
554
"tags": []
555
555
},
556
+
{
557
+
"name": "script-python",
558
+
"title": "Run a Python Script",
559
+
"description": "This data transformation Python script is an example of how you might automate regular imports and transformations from a data source. JSON and CSV files are exported and made available for download. Quarto is used to render the script.",
0 commit comments