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

Show warning and error messages during variable transfer #25

Open
BoPeng opened this issue Jun 14, 2020 · 0 comments
Open

Show warning and error messages during variable transfer #25

BoPeng opened this issue Jun 14, 2020 · 0 comments

Comments

@BoPeng
Copy link
Contributor

BoPeng commented Jun 14, 2020

self.sos_kernel.run_cell(

Currently sos-r uses run_cell function to execute statement for variable assignment. With the silent=True parameter nothing is displayed even if there were warning and error messages.

It is worthwhile to investigate the use of get_response function to execute the statement, capture and display the warning and error messages.

A good example to trigger the warning is from #24 for out-of-range integers.

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