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

Fix stdout / stderr so they come back correctly as side effects and not as data values #6

Closed
apatrida opened this issue Dec 29, 2016 · 1 comment

Comments

@apatrida
Copy link
Contributor

Currently after PR #5 the stdout comes back as a string data value, should be changed to be just side effect STDOUT output. It works in console but not in notebooks, so obviously isn't correct yet.

Get errors and stdout to work the same as Python or Scala does within the notebooks.

@apatrida
Copy link
Contributor Author

The issue might be that these need to be in reply to the execute request and not just sent at random times for them to appear.

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

1 participant