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 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 didn't improve refresh speed perceptibly.
Most of the
Display
packages need to write tmp files for every render, so it's important that there be a propertmpfs
mount.https://docs.docker.com/storage/tmpfs/
The text was updated successfully, but these errors were encountered: