Interpreter
#203
Replies: 2 comments 1 reply
-
I think, for a more interactive and visually appealing approach, go with the Jupyter Notebook. But if you need automation and better control, writing to a temporary file and executing it might be the better choice. It's all about what suits the needs and workflow best! |
Beta Was this translation helpful? Give feedback.
0 replies
-
What do you think will be best? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which approach is more suitable for implementing the interpreter: utilizing a Jupyter Notebook for code execution setup or opting for the alternative of writing the code to a temporary file and executing it?
Beta Was this translation helpful? Give feedback.
All reactions