Skip to content
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

nbopen is inconsistent in re returning to interactive prompt after execution. #66

Open
ctb opened this issue Sep 29, 2019 · 1 comment

Comments

@ctb
Copy link

ctb commented Sep 29, 2019

nbopen file.ipynb returns to prompt if there is a running Jupyter process that it can use.

nbopen file.ipynb otherwise starts a new Jupyter process in the foreground, not returning to the prompt.

It would be nice if there was an option to always go into background, e.g. emacsclient -n never hangs.

@takluyver
Copy link
Owner

The & option? 😉

I guess you want it to go into the background without continuing to print logs into your terminal? Is there an obvious place default place to send logging messages?

This and #65 are both partly because one major use case for nbopen is integrating with file managers to allow double-clicking ipynb files. Neither of these issues really come up in that context. Which doesn't make them any less important - it's meant to work for shell usage too - but it might help explain why things are they way they are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants