After running this command below-
pip install --upgrade jupyter_http_over_ws>=0.0.7 && \
jupyter serverextension enable --py jupyter_http_over_ws
Error-
Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: ‘/home/shresth/.local/lib/python2.7/site-packages/pip-19.0.dist-info/METADATA’
I tried to take help from stack overflow but could not resolve.
Edit- I am working on ubuntu.