jupyter-elm-kernel icon indicating copy to clipboard operation
jupyter-elm-kernel copied to clipboard

Allow user to customize elm-make command

Open abingham opened this issue 8 years ago • 2 comments

They should be able to specify the elm-make command-line, while still providing reasonable defaults. We need to figure out the proper way to do this in the Jupyter framework. Perhaps in the profile information or something.

abingham avatar Apr 09 '17 16:04 abingham

I see that if I access self.config in the kernel, it seems to reflect the contents of ~/.ipython/profile_default/ipython_config.py. Can we make this work with, say, ~/.elm-kernel/config.py?

abingham avatar Apr 12 '17 12:04 abingham

Also kernel.json could set environment variables for the kernel https://ipython.org/ipython-doc/3/development/kernels.html#kernel-specs

datakurre avatar Mar 20 '18 17:03 datakurre