Example Notebook

This notebook demonstrates how to use the docsample library.

Imports

[1]:
from docsample.core import hello

Using the Main Feature

[2]:
hello("dear user")
[2]:
'Hello dear user'

Conclusion

This concludes the demonstration of the docsample library.