This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// This Gist was just an experiment in trying to reproduce an issue that happens | |
// when VSCode sends commands to an IPython interactive shell. The issue is that | |
// the IPython shell doesn't execute simple commands on new line in some special cases. | |
// | |
// This program assumes that you have the following python script in the same directory | |
// ```python | |
// from IPython.terminal.embed import InteractiveShellEmbed | |
// | |
// def main(): |