-
Notifications
You must be signed in to change notification settings - Fork 13
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
can't run codebraid with new version of jupyter-client #46
Comments
It looks like all releases since 6.1.12 have had issues and will be replaced with an upcoming 7.0.0: https://github.com/jupyter/jupyter_client/blob/master/docs/changelog.rst. The Codebraid error is likely related to https://github.com/jupyter/jupyter_client/blob/master/docs/changelog.rst. I'm guessing that Codebraid needs an If you have a chance, please test against |
Apologies for the very long delay here. For what it's worth, I'm seeing the a different (but extremely similar) error with jupyter-client 7.0.4. (Python 3.9.7, macOS 11.6, codebraid 0.5.0) Pinning to jupyter-client 6.1.12 still does work, though. |
Thanks for the update. I've been working on the next version of Codebraid for several months. To support several new features, I'm reimplementing much of the core as async, including interaction with |
This should be fixed in the latest release. All interaction with |
I have the following markdown:
I'm running the following command to create slides:
If I install jupyter-client==6.1.12, it works fine. If I upgrade it to the most-current jupyter-client==6.2.0, I (usually?) get the following error:
It sometimes works the first time I run codebraid after installing 6.2.0, but it always fails the second or further times I run it after making a change to the markdown.
The text was updated successfully, but these errors were encountered: