Problem statement:
The webpage at docs 🡕 is a rendered notebook source 🡕:

and we would like to do the same for systemds.apache.org website.
How to approach the task?
-
The format to which the .ipynb files are to be converted?
(HTML or md file would be better)
-
After the conversion, the try to add the converted format to a new webpage.
- Advanced step: Once the above two steps are done, we could find a way to
automate the process.
- See an already implemented solution at Imandra 🡕, to learn more about.
Problem statement:
The webpage at docs 🡕 is a rendered notebook source 🡕:
and we would like to do the same for systemds.apache.org website.
How to approach the task?
The format to which the
.ipynbfiles are to be converted?(HTML or md file would be better)
After the conversion, the try to add the converted format to a new webpage.
automate the process.