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

Warning should_run_async will not call transform_cell #2

Open
vochicong opened this issue May 3, 2021 · 1 comment
Open

Warning should_run_async will not call transform_cell #2

vochicong opened this issue May 3, 2021 · 1 comment

Comments

@vochicong
Copy link
Owner

should_run_async will not call transform_cell automatically in the future. Please pass the result to transformed_cell argument and any exception that happen during thetransform in preprocessing_exc_tuple in IPython 7.17 and above.

ipython/ipykernel#540

Fix by

pip install "ipykernel==6.0.0a5" "ipython==7.21.0"
vochicong added a commit that referenced this issue May 3, 2021
> should_run_async will not call transform_cell
@KaiserAle24
Copy link

@vochicong Thank you very much

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

2 participants