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

batch_mode behavior of tasks and other magics #250

Open
BoPeng opened this issue Sep 17, 2019 · 1 comment
Open

batch_mode behavior of tasks and other magics #250

BoPeng opened this issue Sep 17, 2019 · 1 comment

Comments

@BoPeng
Copy link
Contributor

BoPeng commented Sep 17, 2019

This ticket is related to #247

When we use nbconvert, there is no frontend_comm so some of the notebook features will not be available. In particular, the tasks table, background mode etc will not work.

This ticket is created to implement and test the behavior of tasks and magics in batch mode.

@BoPeng
Copy link
Contributor Author

BoPeng commented Sep 19, 2019

The problem here is that the task status tables are created and maintained from the frontend, and the backend just send "updates" to it. If we are to keep them also in batch mode, we will have to use regular display_data and update-display-data, which requires that the backend keeps all the information and send then to frontend using update-display-data, which is not necessarily a bad thing.

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