Closed jmemcc closed 1 month ago
@jmemcc I looked through the code and it does not seem possible.
I suggested the changes to set the port here: #39
Note that I also tried to do the following, but it does not work:
FLASK_RUN_PORT=5001 data_formulator
I suspect this is because you can only do this when running with the flask
cli command.
Thanks for the help! The port function is now included in the new build data_formulator 0.1.3b
.
It's possible to run data_formulator --port 8080
to open it in a different port now.
Hi there,
On running the pip installation of
data_formulator
I have had issues trying to assign an alternative port to run the tool on when using macOS. The message received is below.I understand that port 5000 is in use, but my preference is not to disable AirPlay Receiver, but to reassign data formulator to a different port - preferably through a command line arg in the style of the one flask uses like
data_formulator -p 8008
.This may be something that I am missing and is possible already, but I can't see it. If it is not an existing option, I think it should be an option. Thank you.