Is there any way to directly convert the ".py" files with cells as outlined here (https://code.visualstudio.com/docs/python/jupyter-support-py) to HTML?
Currently, I can first convert the ".py" to a normal ".ipynb", then from there I can export it to anything, but I am looking for a one step solution, just for simplicity.
Searched online help etc, could not find a solution.