Skip to content

Commit 458dd12

Browse files
committed
Resolved #107 -- Added support for line & cell magics by subclassing MetaKernel
- Subclassed MetaKernel to implement custom line and cell magic commands - Updated output methods to follow MetaKernel’s conventions - Adjusted execution logic to align with MetaKernel's do_execute function
1 parent f3389be commit 458dd12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dyalog_kernel/kernel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import subprocess
77
import re
88
import html
9-
import inspect
109

1110
from collections import deque
1211

0 commit comments

Comments
 (0)