Example notebook for package “mobts”
This example illustrates how to integrate a Jupyter Notebook in the documentation of the package.
from mobts import hello_world
def test_hello_world():
assert hello_world() is None
test_hello_world()
print('Done')