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

println prints to console, but should print to output #32

Closed
altavir opened this issue Dec 7, 2019 · 2 comments · Fixed by #35
Closed

println prints to console, but should print to output #32

altavir opened this issue Dec 7, 2019 · 2 comments · Fixed by #35
Assignees

Comments

@altavir
Copy link
Contributor

altavir commented Dec 7, 2019

There could probably be redirection somewhere in config, bud default print should write to cell output.

@altavir
Copy link
Contributor Author

altavir commented Dec 7, 2019

My bad, it did print into the output, but only after the whole process is finished which is not how Python cell works.

@altavir
Copy link
Contributor Author

altavir commented Dec 8, 2019

Could be done in a robust way by my proposal in #20. We can have a separate output for default output stream and err stream.

@ileasile ileasile self-assigned this Dec 18, 2019
@ileasile ileasile changed the title println prints to console, but should print to output println prints to console, but should print to output #35 Dec 18, 2019
@ileasile ileasile changed the title println prints to console, but should print to output #35 println prints to console, but should print to output Dec 18, 2019
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

Successfully merging a pull request may close this issue.

2 participants