Standalone Web App Mode: Option to not automatically open webpage #681
rickhg12hs
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example,
$ python -c 'import pandas as pd;import pygwalker as pyg;df = pd.read_csv("Locations.csv");pyg.walk(df)'
responds with:
AND opens the webpage (not necessarily where I want it).
An option to run the server (
server_only=True
?), report the URL, but NOT open the webpage would allow me to copy/paste the URL where I want. Currently, switching screens and launching a tab in a browser that I don't want to use, can be annoying.Or maybe this option is already available?
Beta Was this translation helpful? Give feedback.
All reactions