We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3719a58 commit 540e608Copy full SHA for 540e608
test/test_setupcall.py
@@ -0,0 +1,8 @@
1
+def test_setupcall():
2
+ """
3
+ Test the call of the setup function
4
5
+ import jupyter_xprahtml5 as jx
6
+
7
+ print("\nRunning test_setupcall...")
8
+ print(jx.setup_html5())
0 commit comments