I'm a little addicted to it, so I'll make a note of it.
A guy who can do Jupyter-like things with Atom. precious.
Roughly speaking
I think it's normal.
No module named ipykernel_launcher
errorThis is the Kernel Specs part of the Hydrogen settings, usually you'll copy the output of the jupyter kernelspec list --json
as described, but the next part in it
(Omission)
"python3": {
(Omission)
"spec": {
"argv": [
"python",
(Omission)
,
(Omission)
"python3": {
(Omission)
"spec": {
"argv": [
"python3",
(Omission)
When I rewrote it, it started to work.
No kernel for language python found
errorWhen I tried it on another machine, I got another error.
This can be found in Hydrogen doesnt seem to detect python3 installation · Issue # 583 · nteract / hydrogen · GitHub.
python3 -m ipykernel install --user
It was fixed. The jupyter installation itself may have made a mistake.
Recommended Posts