Python Interactive Jupyter notebooks (".py") to HTML straight conversion

148 views Asked by At

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.

0

There are 0 answers