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: release-notes/v1_95.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,6 +302,8 @@ The Data Analysis for Copilot extension empowers people in the data science fiel
302
302
303
303
The extension contributes a tool where the LLM can ask to execute Python code by using [Pyodide](https://pyodide.org/en/stable/) and get the result of the relevant Python code execution. It is also able to smartly retry for better or more appropriate execution results in case of errors. You can also export the code that is used to perform the analysis (or generate visualizations) into a Jupyter Notebook or a Python file.
304
304
305
+
You can download the extension from [the marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-copilot-data-analysis) and the source is [available on GitHub here](https://github.com/microsoft/vscode-data-analysis-for-copilot).
306
+
305
307
#### Data analysis and visualizations
306
308
307
309
* Given a CSV file, enter a prompt such as `Analyze the file #<file name>` or write a more specific prompt (see below recording)
0 commit comments