Hi,

It would be ideal to run the Jupyter kernel gateway and notebook 
simultaneously on different ports.


In my docker-compose, I define:

  test_gateway:
    build: test_gateway
    restart: unless-stopped
    ports:
     - "9090:9090"
     - "9191:9191"
    command: >
       jupyter kernelgateway 
       --KernelGatewayApp.api=notebook-http
       --KernelGatewayApp.ip=0.0.0.0
      
 --KernelGatewayApp.seed_uri='/home/jovyan/work/scotch_api_python.ipynb'
       --KernelGatewayApp.port=9191 
       start-notebook.sh
       --NotebookApp.password='sha1:<some string>'
       --NotebookApp.port=9090

but I can't seem to get it to work.


Any ideas?


Thanks!


Olav

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/8ca66148-4e86-4ee4-b8b6-ccdb92faed41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to