File size: 148 Bytes
88e3f4a
 
 
 
 
1
2
3
4
5
6
from omniff.integrations.jupyter import load_ipython_extension


def test_jupyter_extension_callable():
    assert callable(load_ipython_extension)