For most daily research tasks, a Jupyter Notebook is more than enough to do anything one wants. Yet, there are situations where it can be useful to turn your Python programs into a Website:
- Sharing results with someone that does not know Python or Notebooks,
- Preparing a demo,
- Having a program in Computer A that starts and retrieve computation results from computer B.
During this tutorial, we’ll show you how to easily deploy Python code on http by using CherryPy.