’m trying to run Jupyter Notebook on serv00, but I’m getting the following error:
zmq.error.ZMQError: Operation not permitted (addr='tcp://127.0.0.1:38233')
I know that the hosting only allows using pre-reserved ports, and my reserved port is 13554. But, Jupyter is trying to bind to a different random port.
Jupyter require 6 ports to work, but serv00 is only allowing to reserve only 3 ports, is there anyway to solve this issue