learn-you-a-haskell-notebook icon indicating copy to clipboard operation
learn-you-a-haskell-notebook copied to clipboard

Jupyter adaptation of Learn You a Haskell for Great Good!

Results 8 learn-you-a-haskell-notebook issues
Sort by recently updated
recently updated
newest added
trafficstars

I think Jupiter can be built from source with nix . so nixifying this project might be possible. I'll put it on my TODO list.

https://github.com/noelmarkham/learn-you-a-haskell-exercises

13. [69] The `Error` identifiers link to `Foreign.C.Error` but it should be `Control.Monad.Error`. Also "`Control.Monad.Error`" should link.

`warning: [-Wdeprecations] In the use of ‘strMsg’`

In places in the text where there are laws, the book uses a special background color 99ddcc. Can we set background color in JupyterLab? I've marked laws as ``**`law`**`` For...

![image](https://user-images.githubusercontent.com/54838975/188310300-331981a1-7cbc-4576-9be8-7f714d626467.png) I've downloaded and ran the book in local vscode, following [this section](https://github.com/jamesdbrock/learn-you-a-haskell-notebook#how-to-run-on-your-local-computer-in-visual-studio-code). However unable to save the notebook due to permission error. here's the log: ``` '02-starting-out.ipynb'을(를) 저장하지 못함:...

I ran `docker run --rm -p 8888:8888 -v $PWD/notebook:/home/jovyan/work --name learn-you-a-haskell ghcr.io/ihaskell/ihaskell-notebook:master jupyter lab --ServerApp.token='' ` on my raspberry pi and got an error saying `WARNING: The requested image's platform...

I can execute cell okay, but the stopwatch continues to tick. The only way to stop it is to execute another cell - which does not start but instead times...