IJulia.jl icon indicating copy to clipboard operation
IJulia.jl copied to clipboard

Can't choose the port from where to spawining the server with `IJulia.notebook`

Open giordano opened this issue 4 months ago • 2 comments

The only work around I found is to run the following command

$(julia --compile=min --project -e 'using IJulia; println(joinpath(IJulia.Conda.SCRIPTDIR, "jupyter"))') notebook --port="${PORT}"

where ${PORT} is the desired port, but this feels less than ideal.

giordano avatar Feb 16 '24 00:02 giordano