We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9984ec1 commit 065420bCopy full SHA for 065420b
p2j/main.py
@@ -22,11 +22,11 @@ def main():
22
args = parser.parse_args()
23
24
if args.reverse:
25
- python2jupyter(source_filename=args.source_filename,
+ jupyter2python(source_filename=args.source_filename,
26
target_filename=args.target_filename,
27
overwrite=args.overwrite)
28
else:
29
- jupyter2python(source_filename=args.source_filename,
+ python2jupyter(source_filename=args.source_filename,
30
31
32
0 commit comments