Is it possible to run a Jupyter notebook server and run Python code (not a script, dynamic code based on actions in a webpage)?
My idea is to run Jupyter notebook server on a localhost, and leverage the Python data science stack for the analysis part.