Is there any way to restart the web server from within the bash console given in the browser for PythonAnywhere? I have searched google for a while
bash
PythonAnywhere
PythonAnywhere has since added a API as well as a number of helper scripts including a script to reload a webapp from the console:
pip3.5 install --user pythonanywhere pa_reload_webapp.py
Be sure to generate a API token before running a script.