Skip to content

Commit 363e8bf

Browse files
committed
🐛 ensure that networking is properly enabled
- network URL assigned. - localhost not on port 3000, but 8501 it seems
1 parent d874d39 commit 363e8bf

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

executables/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,11 @@ Windows and macOS specific options:
2626
macOS .app bundle. On Windows this option is automatically set if the first script is a '.pyw' file. This option
2727
is ignored on *NIX systems.
2828
```
29+
30+
## Using bundled executable
31+
32+
try using basic example
33+
34+
```bash
35+
./dist/vuegen/vuegen -d ../docs/example_data/Basic_example_vuegen_demo_notebook -st_autorun
36+
```

src/vuegen/streamlit_reportview.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def run_report(self, output_dir: str = SECTIONS_DIR) -> None:
175175
"streamlit",
176176
"run",
177177
target_file,
178+
"--global.developmentMode=false",
178179
]
179180
sys.argv = args
180181

0 commit comments

Comments
 (0)