-
Hey all! I'm trying to run elixir kernels with Thebe Lab so that I can create a site with interactive elixir exercises. To achieve this goal I took the minimal starter from the documents and changed the
The repository J0/binder-el is a repository with a single Dockerfile containing the setup required to run an Elixir kernel as per the ielixir repository. I have tested it before hand when using However, when I attempt to run the example snippet above it seems to still be running an ipython kernel despite the fact that I have specified I'm just wondering if I am missing something or if anyone has run such a configuration before. Would deeply appreciate any suggestions as to how I might modify the existing setup to support the ielixir kernel. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Resolved, see https://stackoverflow.com/questions/64955349/how-might-we-use-thebelab-to-execute-a-code-cell-which-is-backed-by-a-jupyter-no Thanks for building this project! |
Beta Was this translation helpful? Give feedback.
Resolved, see https://stackoverflow.com/questions/64955349/how-might-we-use-thebelab-to-execute-a-code-cell-which-is-backed-by-a-jupyter-no
Thanks for building this project!