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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@
14
14
-[Contact](#contact)
15
15
16
16
## About the project
17
-
VueGen automates the creation of scientific reports based on a YAML configuration file. This configuration file specifies the structure of the report, including sections, subsections, and various components such as plots, dataframes, markdown, and API calls. Reports can be generated in various formats, including documents (PDF, HTML, DOCX, ODT), presentations (PPTX, Reveal.js), notebooks (Jupyter) or [Streamlit](streamlit) web applications.
17
+
VueGen automates the creation of reports based on a directory with plots, dataframes, and other files in different formats. A YAML configuration file is generated from the directory to define the structure of the report. Users can customize the report by modifying the configuration file, or they can create their own configuration file instead of passing a directory as input.
18
+
19
+
The configuration file specifies the structure of the report, including sections, subsections, and various components such as plots, dataframes, markdown, html, and API calls. Reports can be generated in various formats, including documents (PDF, HTML, DOCX, ODT), presentations (PPTX, Reveal.js), notebooks (Jupyter) or [Streamlit](streamlit) web applications.
18
20
19
21
An overview of the VueGen workflow is shown in the figure below:
20
22
@@ -41,7 +43,7 @@ You can install the package for development from this repository by running the
41
43
42
44
```bash
43
45
pip install -e path/to/vuegen # specify location
44
-
pip install -e .# in case you pwd is in the vuegen directory
46
+
pip install -e .# in case your pwd is in the vuegen directory
45
47
```
46
48
47
49
### Quarto installation
@@ -67,21 +69,21 @@ quarto check
67
69
68
70
## Execution
69
71
70
-
Run VueGen using a configuration file with the following command:
72
+
Run VueGen using a directory with the following command:
0 commit comments