pprzetacznik / IElixir

Jupyter's kernel for Elixir programming language
Apache License 2.0
357 stars 44 forks source link

feat: support for elixir 1.12.2 (erlang/OTP 24) #60

Closed awill1988 closed 1 year ago

jhwohlgemuth commented 2 years ago

For what its worth, I tested this PR and can attest to the fact that it makes IElixir work with Elixir 1.12.2.

Note: By "work", I mean the IElixir kernel can actually be loaded and used within a Jupyter notebook. Running simple Elixir code produced no issues.

Very cool. Thank you @awill1988 for this PR. Thank you @pprzetacznik for this IElixir.

awill1988 commented 1 year ago

thanks for circling back! <3