mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 11:26:08 +00:00
10 lines
282 B
Python
10 lines
282 B
Python
# Available Variables:
|
|
# exe: Path to IHaskell kernel.
|
|
c = get_config()
|
|
c.KernelManager.kernel_cmd = [exe, 'kernel', '{connection_file}']
|
|
c.Session.key = b''
|
|
c.Session.keyfile = b''
|
|
|
|
# Syntax highlight properly in Haskell notebooks.
|
|
c.NbConvertBase.default_language = "haskell"
|