You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the setup for jupyter repl mode, there is a call to remq on yank-excluded-properties.
This assumes that yank-excluded-properties is a list. However, the variable yank-excluded-properties allows for the value of t, in which case jupyter repl mode cannot start up.
It should be a minor fix, simply wrapping the call in a check that yank-excluded-properties is a list.
If that makes sense, I am happy to submit a pull request.
The text was updated successfully, but these errors were encountered:
In the setup for jupyter repl mode, there is a call to remq on yank-excluded-properties.
This assumes that yank-excluded-properties is a list. However, the variable yank-excluded-properties allows for the value of t, in which case jupyter repl mode cannot start up.
It should be a minor fix, simply wrapping the call in a check that yank-excluded-properties is a list.
If that makes sense, I am happy to submit a pull request.
The text was updated successfully, but these errors were encountered: