-
Notifications
You must be signed in to change notification settings - Fork 2
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
xonsh kernel Module 'builtins' has no attribute __xonsh_shell__ #13
Comments
similar issues are found with ipython on Debian 10, python 3.7 , xonsh_kernel installed via pipenv pipenv install xonsh_kernel In [1]: echo "ddd" |
|
So the problem should be with |
Hello BoPeng, thanks for following that up I have manged to get the Calysto/xonsh_kernel to work with Jupyter lab I updated python3.7/site-packages/xonsh_kernel/kernel.py on my machine by replacing all occurrences of
and jupyter lab now works with the Calysto/xonsh_kernel t I left these statements as is but they might need changing to here is my modified kernel.py file kernel.TXT regards |
@WardThomas Could you please create a PR? @blink1073 would be happy to take a look and merge it, even add you as a maintainer of the project. |
Seconded 😄 |
MacOSX, python 3.7, xonsh-0.9.13.dev1, xonsh-kernel-0.4.1, starting jupyter notebook, enter
ls
, notebook hangs with the following error message displayed in consoleThe text was updated successfully, but these errors were encountered: