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
I notice that I can modify some files in the src folder, but this still can't work when I use data_formulator. So can you provide the users the oppertunity to use 3rd party endpoints ?
The text was updated successfully, but these errors were encountered:
In order to be able to modify source code and reflect it in data formulator, you should follow the development build (instead of using pip install data_formulator).
You'll need to complete both backend build and frontend build, and visit http://localhost:3000/ to see the live version.
Some tips: if you made updates to backend, you'll need to restart the backend server with .\local_server.sh to reflect changes to the custom data formulator you are developing.
I notice that I can modify some files in the src folder, but this still can't work when I use data_formulator. So can you provide the users the oppertunity to use 3rd party endpoints ?
The text was updated successfully, but these errors were encountered: