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

[Feature request] How to pass command line arguments to jupyter command

Open Davidnet opened this issue 4 years ago • 1 comments

Hi everyone!

I use container for everything, so whenever I have to run a jupyter server with the following command line argument, exposing the ports accordingly :

--ip 0.0.0.0

I try to use the Ijulia.notebook_cmd but it is not in the scope.

Any help?

Or feature request to have a string field to call:

notebook(cmd="--h")

Thanks

Davidnet avatar Oct 07 '19 02:10 Davidnet

bump, really need port and --no-browser

Moelf avatar Feb 24 '22 21:02 Moelf