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

Unable to start R kernel in notebook #1

Open
sebbacon opened this issue Mar 23, 2020 · 0 comments
Open

Unable to start R kernel in notebook #1

sebbacon opened this issue Mar 23, 2020 · 0 comments

Comments

@sebbacon
Copy link
Contributor

sebbacon commented Mar 23, 2020

When building in Gihub environment (example log), the ir kernelspec that's installed when we build locally is not there:

{
  "kernelspecs": {
    "python3": {
      "resource_dir": "/root/.pyenv/versions/3.8.1/share/jupyter/kernels/python3",
      "spec": {
        "argv": [
          "python",
          "-m",
          "ipykernel_launcher",
          "-f",
          "{connection_file}"
        ],
        "env": {},
        "display_name": "Python 3",
        "language": "python",
        "interrupt_mode": "signal",
        "metadata": {}
      }
    },
    "bash": {
      "resource_dir": "/usr/local/share/jupyter/kernels/bash",
      "spec": {
        "argv": [
          "/root/.pyenv/versions/3.8.1/bin/python",
          "-m",
          "bash_kernel",
          "-f",
          "{connection_file}"
        ],
        "env": {
          "PS1": "$"
        },
        "display_name": "Bash",
        "language": "bash",
        "interrupt_mode": "signal",
        "metadata": {}
      }
    }
  }
}
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

1 participant