language = "python3"
run = "pip install -q -r requirements-replit.txt && jupyter notebook --ip=0.0.0.0 --port=8080 --no-browser --allow-root"

[nix]
channel = "stable-22_11"

[deployment]
run = ["sh", "-c", "pip install -q -r requirements-replit.txt && jupyter notebook --ip=0.0.0.0 --port=8080 --no-browser --allow-root"]
deploymentTarget = "cloudrun"

[[ports]]
localPort = 8080
externalPort = 80
