Added basic Jupyter Note support

This commit is contained in:
2020-09-24 20:16:04 +02:00
parent eeeed0f110
commit 8fefce1628
10 changed files with 84 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ def main(argv):
loggers = set()
try:
print(f"main arguments {argv=}")
opts, args = getopt.getopt(argv, "hdl:i", ["help", "debug", "logger=", "interactive"])
for o, a in opts: