I get the following error and then whatever I'm running Julia on (I've tried this in Jupyter and in terminal) stalls out.
WARNING: both IOExtras and Base export "closewrite"; uses of it in module ConnectionPool must be qualified
WARNING: both IOExtras and Base export "closewrite"; uses of it in module Servers must be qualified
Below are some of my package versions if that's helpful:
Pkg.status("CurricularVisualization")
Status `~/.julia/environments/v1.8/Project.toml`
[fbaee398] CurricularVisualization v0.1.4
Pkg.status("WebIO")
Status `~/.julia/environments/v1.8/Project.toml`
[0f1e0344] WebIO v0.8.20
Working on Julia 1.8, below is the sample code I'm using and the error.
I get the following error and then whatever I'm running Julia on (I've tried this in Jupyter and in terminal) stalls out.
Below are some of my package versions if that's helpful: