-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
SIGTTIN error while forking nteract app #2582
Comments
Workarounds needed: - set syntax as python (until this plugin provides new syntax file) Problems: - Name of create view can be a little too long and unreadable - Starting nteract may not work correctly with nvim's jobstart (see: nteract/nteract#2582)
Oh interesting. Thanks for reporting. I don't know what's reading from stdin. |
Is there any chance for fixing this issue? I wanted to incorporate your app into my plugin but this bug is blocking me. BTW. Sometimes this bug does not appear, but I can see no underlying cause as the command stays the same. |
I'm sure we can figure it out together. Curiosity -- what's your plugin for? |
Vim/Neovim integration with notebooks. Basics are ready but it would be nice to have support for your app before first release. |
This issue hasn't had any activity on it in the last 90 days. Unfortunately we don't get around to dealing with every issue that is opened. Instead of leaving issues open we're seeking to be transparent by closing issues that aren't being prioritized. If no other activity happens on this issue in one week, it will be closed.
Thank you! |
Re-opening as I think this is still good to go after -- we still need a great command line interface for nteract. Nothing is being invested in this area at the moment and we need help. 😄 |
This issue hasn't had any activity on it in the last 90 days. Unfortunately we don't get around to dealing with every issue that is opened. Instead of leaving issues open we're seeking to be transparent by closing issues that aren't being prioritized. If no other activity happens on this issue in one week, it will be closed.
Thank you! |
OS: Arch Linux
Behaviour: Crashes nteract and parent process
Why: Detached nteract tries to read input from terminal (why would it do that? Jupyter notebook starts normally using procedure described below)
Required to replicate: Neovim, AUR package (https://aur.archlinux.org/packages/nteract-bin/)
How to reproduce: start neovim and type in:
Results: Neovim crashes, shell returns SIGTTIN, nteract fails to start.
Some additional informations:
The text was updated successfully, but these errors were encountered: