-
-
Notifications
You must be signed in to change notification settings - Fork 971
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
Sharing success w/ shell integration for a jupyter console and ipython workflow #4475
Comments
Cool, I have added a link to this issue in the shell integration docs |
Thank you. |
Where do we copy pasta the above code into? |
I think the idea is you set the |
Update: providing patches for ipython as well.
I recently upgraded to 0.24 and explored the shell integration features. I was delighted with these features and thought it would be great within my nvim + jupyter console workflow. My current workflow requires a lot of cut+paste from
jupyter console
to a text file. I was able to hack jupyter console so it works well with the shell integration features. Now, when I run a command, I no longer have to select and then paste. I just get the entire output selected using shell integration and then paste it where I wanted. This required me to insert the escape codes at the right locations in the jupyter_console/ptshell.py file. Everything works like a charm now. I am the relevant patches below for others to try-The text was updated successfully, but these errors were encountered: