-
Notifications
You must be signed in to change notification settings - Fork 64
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
Not compatible with jupyter-client >= 7.0.0 #165
Comments
I have the same issue on mac, haven't yet been able to figure out which jupyter client to install |
Well, as I mention in the original issue, versions from 6.1.5 through to 6.1.12 seem to work fine. But if you can't use those, then I think you may simply be out of luck. Pweave as it stands appears to be incompatible with recent versions of jupyter-client, and activity on the project seems to have ceased (the last activity by maintainers was in 2019). |
You are right, I changed to the version you mention and now it works, thanks! |
In case either of you are interested, a lot of the nice properties from |
Ah, cool! I'll take a look. I actually ended up implementing my own mini- generator and templating engine to replace my use of Pweave, because Pweave contains a lot of features I just never use. But something better maintained than my own hacked together solution would be great. :) |
This issue arises using the current version of Pweave (Pweave-0.30.3) and Python 3.6.9 on Ubuntu 18.04.6.
To reproduce:
Expected output
Actual output
output follows:
Comments
Versions of jupyter-client from 6.1.5 through to 6.1.12 inclusive seem to work fine. (This can be tested by running e.g.
pip install --upgrade Pweave 'jupyter-client==6.1.12'
.)Earlier than 6.1.0, I assume one runs into issue #151.
The text was updated successfully, but these errors were encountered: