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: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ Transform data and create rich visualizations iteratively with AI 🪄. Try Data
24
24
25
25
-[10-11-2024] Data Formulator python package released!
26
26
- You can now install Data Formulator using Python and run it locally, easily. [[check it out]](#get-started).
27
-
- Our Codespace configuration is also updated for fast start up ⚡️. [[try it now!]](https://codespaces.new/microsoft/data-formulator?quickstart=1)
28
-
- New exprimental feature: load an image or a messy text, and ask AI parsing and cleaning it for you(!). [[demo]](https://github.com/microsoft/data-formulator/pull/31#issuecomment-2403652717)
27
+
- Our Codespaces configuration is also updated for fast start up ⚡️. [[try it now!]](https://codespaces.new/microsoft/data-formulator?quickstart=1)
28
+
- New experimental feature: load an image or a messy text, and ask AI to parse and clean it for you(!). [[demo]](https://github.com/microsoft/data-formulator/pull/31#issuecomment-2403652717)
29
29
30
30
-[10-01-2024] Initial release of Data Formulator, check out our [[blog]](https://www.microsoft.com/en-us/research/blog/data-formulator-exploring-how-ai-can-help-analysts-create-rich-data-visualizations/) and [[video]](https://youtu.be/3ndlwt0Wi3c)!
31
31
@@ -58,11 +58,9 @@ Play with Data Formulator with one of the following options:
58
58
59
59
Data Formulator will be automatically opened in the browser at [http://localhost:5000](http://localhost:5000).
60
60
61
-
*Update: you can specify the port number (e.g., 8080) by `python -m data_formulator --port 8080` if the default port is occupied.*
62
-
63
61
-**Option 2: Codespaces (5 minutes)**
64
62
65
-
You can also run Data Formualtor in codespace, we have everything pre-configured. For more details, see [CODESPACES.md](CODESPACES.md).
63
+
You can also run Data Formulator in Codespaces; we have everything pre-configured. For more details, see [CODESPACES.md](CODESPACES.md).
66
64
67
65
[](https://codespaces.new/microsoft/data-formulator?quickstart=1)
### Create visualization beyond the initial dataset (powered by 🤖)
86
84
* You can type names of **fields that do not exist in current data** in the encoding shelf:
87
-
- this tells Data Formulator that you want to create visualizions that require computation or transformation from existing data,
88
-
- you can optionally provide a natural language prompt to explain your intent to clarify your intent (not necessary when field names are self-explanatory).
85
+
- this tells Data Formulator that you want to create visualizations that require computation or transformation from existing data,
86
+
- you can optionally provide a natural language prompt to explain and clarify your intent (not necessary when field names are self-explanatory).
89
87
* Click the **Formulate** button.
90
88
- Data Formulator will transform data and instantiate the visualization based on the encoding and prompt.
0 commit comments