You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recommend installing IElixir in WSL environment, eg. Ubuntu. I have not tested IElixir and Elixir/Erlang/OTP on Windows but if you manage to install, you can create kernel.json file in ./resources/ielixir with content given in install_script.sh file, ie.:
{
"argv": ["'###PUT HERE PATH TO THE START_SCRIPT.SH FILE###'", "{connection_file}"],
"display_name": "Elixir",
"language": "Elixir"
}'
After that you should install your kernel in Jupyter with:
Hi,
I see you were referring to .sh files in the json settings file
please could you advise if there is a separate config for windows
thank you
The text was updated successfully, but these errors were encountered: