-
Notifications
You must be signed in to change notification settings - Fork 332
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
IPykernel in Poetry not recognised #1859
Comments
Seems like even though you are in the activated environment it is not able to find where the kernel was installed. I can look into this soon and see whats going on thank you for the detailed report steps 😄 |
Yes, and the weird thing is that
et al worked just fine in both virtualenvs... (run |
This comment has been minimized.
This comment has been minimized.
Thanks,last night I remove the content of the markdown.css from hydrogen,it works well(v2.13.1)
…---Original---
From: "Thomas Denton"<[email protected]>
Date: Wed, Jan 29, 2020 03:33 AM
To: "nteract/hydrogen"<[email protected]>;
Cc: "Mention"<[email protected]>;"guyu"<[email protected]>;
Subject: Re: [nteract/hydrogen] IPykernel in Poetry not recognised (#1859)
@guyujun #1865 is a duplicate. Read the original issue for explanation on current hydrogen installation (v2.13.1 is broken right now).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I found out that the issue was because I was using Poetry from Homebrew. That version of Poetry does something messy with Installing Poetry as recommended fixes this problem. |
Prerequisites
Description
For some reason Hydrogen does not pick up Jupyter kernels in a virtualenv that was created using Poetry.
Steps to Reproduce
Create a
pyproject.toml
fileinstall it
And run Atom
or
Run a Python cell. A No Kernels installed message appears.
For comparison, virtualenv works:
Versions
OS version:
macOS 10.15.2 Catalina using Homebrew's Python
Hydrogen version: 2.13.1
Plugins
Have you installed and activated any of the Hydrogen plugins below ?
Logs
There is no log output in the Dev Console.
Expected behavior
Hydrogen should recognise Jupyter kernels in both plain virtualenvs and Poetry virtualenvs.
The text was updated successfully, but these errors were encountered: