Skip to content
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

Jupyter Kernels don't show up in Jupyter after install #429

Closed
jordana309 opened this issue Jan 22, 2022 · 3 comments
Closed

Jupyter Kernels don't show up in Jupyter after install #429

jordana309 opened this issue Jan 22, 2022 · 3 comments

Comments

@jordana309
Copy link

I followed the install instructions, and none of the kernels showed up in Jupyter. I then copied envs/cling/share/jupyter/kernels/xcpp17/ to the /share/jupyter/kernels directory of my main install, and it showed up but can't connect.

What am I missing here?

@jordana309
Copy link
Author

I should clarify that the same approach worked for xcpp14, just not for 17. I notice that issue #413 and #415 are possibly the same issue as this, and it looks like the solution is to get new versions of dependencies on condaforge? Does that mean I should just stick with cpp14 for now?

@mertunsall
Copy link

mertunsall commented Jan 23, 2022

See #217 for this problem: it's most likely that you're running jupyter from the global environment that does not have the C++ kernel so you need to install jupyter in your new environment as shown in the issue.

I believe there's currently a problem with C++17 that is not resolved but I don't have full information.

@jordana309
Copy link
Author

Thanks, Antonio! Installing jupyter in my current environment did, in fact, solve the issue. I didn't make it all way way down to #217. That fixed 11 and 14. 17 still is weird. Appreciate the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants