-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --simple-prompt flag #93
Comments
In emacs, people using jupyter console are using the jupyter_console_test environment variable to get simple-prompt behavior. It works well enough, but as this issue states, having the proper flag would be better. For an example, see jorgenschaefer/elpy#1041 Also, if we use exit() to close a session using the simple-prompt, we get the following error:
If the --simple-prompt flag makes it in to jypyter console, it may be good to sort out this error as well. |
#116 adds a flag and fixes the error on exit. |
As mentioned ipython/ipython#9758 (comment) jupyter_console needs a --simple-prompt flag to allow it to work inside other environments (eg, emacs).
The text was updated successfully, but these errors were encountered: