We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fda81f commit cdd8066Copy full SHA for cdd8066
1 file changed
src/jsoniq/__init__.py
@@ -1,8 +1,3 @@
1
from jsoniq.session import RumbleSession
2
-from jsoniq.magic import JSONiqMagic
3
4
-__all__ = ["RumbleSession", "JSONiqMagic"]
5
-
6
-def load_ipython_extension(ipython):
7
- rumble = RumbleSession.builder.getOrCreate();
8
- ipython.register_magics(JSONiqMagic)
+__all__ = ["RumbleSession"]
0 commit comments