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

Jupyter integration. Output compiler log, diagnostic info, etc.. #3140

Open
sklam opened this issue Jul 20, 2018 · 0 comments
Open

Jupyter integration. Output compiler log, diagnostic info, etc.. #3140

sklam opened this issue Jul 20, 2018 · 0 comments

Comments

@sklam
Copy link
Member

sklam commented Jul 20, 2018

There's a open PR in Jupyter, jupyter/jupyter_client#376, that adds support for transient data. In its description, example transient data includes:

  1. Status/Progress information. For calculations that take a long time to execute, the kernel might want to send some progress information to the frontend.
  2. Debug information. A kernel might want to output more verbose information under certain debug mode. The information can be long and are not meant to be saved with the notebook.
  3. Side effect of calculation. In addition to regular result, a kernel might want to output some information about the result. As an extreme example, after the execution of a=1 that does not produce any real output, the kernel might want to display the value of a as a side effect of the calculation.

Numba can print compilation progress, inspection, diagnostic info, etc..

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

No branches or pull requests

1 participant