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 have a working config of jupyenv with a Python and a Haskell kernel. They both work fine but they don't have logos and the Haskell kernel has no syntax highlighting. I am unsure whether it's my configuration or something in the kernel config that doesn't pass these arguments correctly. The iHaskell kernel explicitly has a --codemirror flag that is used here: https://github.com/tweag/jupyenv/blob/main/modules/kernels/haskell/default.nix#L44 but it doesn't seem to work.
Expected Behavior
I'd expect to see Python and Haskell logos on the main jupyterlab entry page.
I'd expect to have syntax highlighting for iHaskell
Current Behavior
I have a working config of jupyenv with a Python and a Haskell kernel. They both work fine but they don't have logos and the Haskell kernel has no syntax highlighting. I am unsure whether it's my configuration or something in the kernel config that doesn't pass these arguments correctly. The iHaskell kernel explicitly has a
--codemirror
flag that is used here: https://github.com/tweag/jupyenv/blob/main/modules/kernels/haskell/default.nix#L44 but it doesn't seem to work.Expected Behavior
I'd expect to see Python and Haskell logos on the main jupyterlab entry page.
I'd expect to have syntax highlighting for iHaskell
Steps To Reproduce
run this gist with
nix run
: https://gist.github.com/MMesch/16fb1c2f80c775fb75af5618f945c1d4OS
Version
see gist
Additional Context
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: