James Brock
James Brock
> you don't support tag 1362 https://www.onixs.biz/fix-dictionary/5.0.sp2/tagnum_1362.html Remember that you can always just use the tag number `1362` because tags are `int`s in *hffix*. You can name the tag if...
Fixed in 53bfb01ca381b28a0d5c15caedbf27e834d05153
I tried `docker run --rm --tmpfs /tmp -p 8888:8888 -v $PWD/notebook:/home/jovyan/work --name learn-you-a-haskell ghcr.io/jamesdbrock/ihaskell-notebook:master jupyter lab --LabApp.token=''` and confirmed that the `ihaskell-diagrams` package is using the `/tmp` directory. But it...
Maybe stuff in this post would be helpful for re-wx idioms https://medium.datadriveninvestor.com/exploring-the-best-functional-programming-modules-in-python-74489b67c4c4
FUNCTIONAL PYTHON, PART I: TYPOPÆDIA PYTHONICA https://www.tweag.io/blog/2022-09-08-fp1-typopaedia-pythonica/ FUNCTIONAL PYTHON, PART II: DIAL M FOR MONOID https://www.tweag.io/blog/2023-01-19-fp2-dial-m-for-monoid/
Thanks for the bug report. That image is based on https://hub.docker.com/layers/jupyter/base-notebook/lab-3.1.17/images/sha256-4d30116ec280251db5553725fbccc23da7e6feafbbcbf6a4d3ae57c1088cd837?context=explore Please try to run the base image and tell me what happens: ``` docker run --rm -p 8888:8888 -v...
The M1 Mac is a __arm64__ processor, and the ihaskell-notebook is based on that jupyterlab __linux/amd64__ image. There is a warning about that in the log you posted. ``` WARNING:...
Maybe https://github.com/IHaskell/IHaskell/pull/1384 will be helpful here.
https://github.com/IHaskell/learn-you-a-haskell-notebook/issues/20
I would like to know if the [NixOS flake for Learn You a Haskell](https://github.com/IHaskell/learn-you-a-haskell-notebook#how-to-run-on-your-local-computer-in-jupyterlab-in-a-web-browser) works on an M1 Mac.