nbdev_test Check out the core module! Install pip install nbdev_test How to use A short example of how to use the package: from nbdev_test.core import say_hello print(say_hello("Olaf")) Hello Olaf!