robbielynch / ierlang

An Erlang language kernel for IPython.
141 stars 15 forks source link

Create a language profile for Erlang #11

Open robbielynch opened 9 years ago

robbielynch commented 9 years ago

Instead of using the command line to provide the Kernel Manager commands, we should create a language profile for Erlang.

This can be done by running (inside venv): ipython3 create profile erlang

The kernel profile profile_erlang will be created in: ~/.ipython/ This could be different on different machines.

The kernel settings should be set here.

Refer to here for more information

robbielynch commented 9 years ago

According to IPython kernel_cmd is now deprecated, they now use kernel_spec. Will investigate further.