jupyter-http-over-ws

(pytorch) C:\Users\xxxxxxxxxx>pip install jupyter
Collecting jupyter
Using cached jupyter-1.0.0-py2.py3-none-any.whl (2.7 kB)
Collecting qtconsole
Downloading qtconsole-4.7.7-py2.py3-none-any.whl (118 kB)
|████████████████████████████████| 118 kB 1.7 MB/s
Collecting ipywidgets
Using cached ipywidgets-7.5.1-py2.py3-none-any.whl (121 kB)
Collecting ipykernel
Downloading ipykernel-5.3.4-py3-none-any.whl (120 kB)
|████████████████████████████████| 120 kB 128 kB/s
Collecting notebook
Downloading notebook-6.1.4-py3-none-any.whl (9.5 MB)
|████████████████████████████████| 9.5 MB 84 kB/s
Collecting nbconvert
Downloading nbconvert-6.0.7-py3-none-any.whl (552 kB)
|████████████████████████████████| 552 kB 77 kB/s
Collecting jupyter-console
Downloading jupyter_console-6.2.0-py3-none-any.whl (22 kB)
Collecting jupyter-client>=4.1
Downloading jupyter_client-6.1.7-py3-none-any.whl (108 kB)
|████████████████████████████████| 108 kB 133 kB/s
Collecting pyzmq>=17.1
Downloading pyzmq-19.0.2-cp37-cp37m-win_amd64.whl (1.0 MB)
|████████████████████████████████| 1.0 MB 31 kB/s
Collecting jupyter-core
Using cached jupyter_core-4.6.3-py2.py3-none-any.whl (83 kB)
Requirement already satisfied: traitlets in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from qtconsole->jupyter) (5.0.4)
Requirement already satisfied: pygments in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from qtconsole->jupyter) (2.7.1)
Requirement already satisfied: ipython-genutils in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from qtconsole->jupyter) (0.2.0)
Collecting qtpy
Using cached QtPy-1.9.0-py2.py3-none-any.whl (54 kB)
Requirement already satisfied: ipython>=4.0.0; python_version >= "3.3" in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from ipywidgets->jupyter) (7.18.1)
Collecting nbformat>=4.2.0
Downloading nbformat-5.0.7-py3-none-any.whl (170 kB)
|████████████████████████████████| 170 kB 28 kB/s
Collecting widgetsnbextension~=3.5.0
Using cached widgetsnbextension-3.5.1-py2.py3-none-any.whl (2.2 MB)
Requirement already satisfied: tornado>=4.2 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from ipykernel->jupyter) (6.0.4)
Collecting prometheus-client
Downloading prometheus_client-0.8.0-py2.py3-none-any.whl (53 kB)
|████████████████████████████████| 53 kB 787 kB/s
Collecting argon2-cffi
Downloading argon2_cffi-20.1.0-cp37-cp37m-win_amd64.whl (42 kB)
|████████████████████████████████| 42 kB 345 kB/s
Collecting terminado>=0.8.3
Downloading terminado-0.9.1-py3-none-any.whl (13 kB)
Collecting jinja2
Using cached Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
Collecting Send2Trash
Using cached Send2Trash-1.5.0-py3-none-any.whl (12 kB)
Collecting jupyterlab-pygments
Downloading jupyterlab_pygments-0.1.2-py2.py3-none-any.whl (4.6 kB)
Collecting pandocfilters>=1.4.1
Using cached pandocfilters-1.4.2.tar.gz (14 kB)
Collecting testpath
Using cached testpath-0.4.4-py2.py3-none-any.whl (163 kB)
Collecting mistune<2,>=0.8.1
Using cached mistune-0.8.4-py2.py3-none-any.whl (16 kB)
Collecting defusedxml
Using cached defusedxml-0.6.0-py2.py3-none-any.whl (23 kB)
Collecting nbclient<0.6.0,>=0.5.0
Downloading nbclient-0.5.0-py3-none-any.whl (65 kB)
|████████████████████████████████| 65 kB 1.5 MB/s
Collecting bleach
Downloading bleach-3.2.1-py2.py3-none-any.whl (145 kB)
|████████████████████████████████| 145 kB 152 kB/s
Collecting entrypoints>=0.2.2
Using cached entrypoints-0.3-py2.py3-none-any.whl (11 kB)
Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from jupyter-console->jupyter) (3.0.7)
Requirement already satisfied: python-dateutil>=2.1 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from jupyter-client>=4.1->qtconsole->jupyter) (2.8.1)
Collecting pywin32>=1.0; sys_platform == "win32"
Downloading pywin32-228-cp37-cp37m-win_amd64.whl (9.1 MB)
|████████████████████████████████| 9.1 MB 93 kB/s
Requirement already satisfied: jedi>=0.10 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets->jupyter) (0.17.2)
Requirement already satisfied: decorator in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets->jupyter) (4.4.2)
Requirement already satisfied: colorama; sys_platform == "win32" in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets->jupyter) (0.4.3)
Requirement already satisfied: pickleshare in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets->jupyter) (0.7.5)
Requirement already satisfied: setuptools>=18.5 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets->jupyter) (46.4.0.post20200518)
Requirement already satisfied: backcall in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets->jupyter) (0.2.0)
Collecting jsonschema!=2.5.0,>=2.4
Using cached jsonschema-3.2.0-py2.py3-none-any.whl (56 kB)
Requirement already satisfied: cffi>=1.0.0 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from argon2-cffi->notebook->jupyter) (1.14.3)
Requirement already satisfied: six in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from argon2-cffi->notebook->jupyter) (1.14.0)
Collecting pywinpty>=0.5; os_name == "nt"
Downloading pywinpty-0.5.7-cp37-cp37m-win_amd64.whl (1.3 MB)
|████████████████████████████████| 1.3 MB 74 kB/s
Collecting MarkupSafe>=0.23
Downloading MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl (16 kB)
Collecting nest-asyncio
Downloading nest_asyncio-1.4.1-py3-none-any.whl (5.2 kB)
Collecting async-generator
Downloading async_generator-1.10-py3-none-any.whl (18 kB)
Collecting packaging
Using cached packaging-20.4-py2.py3-none-any.whl (37 kB)
Collecting webencodings
Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Requirement already satisfied: wcwidth in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->jupyter-console->jupyter) (0.2.5)
Requirement already satisfied: parso<0.8.0,>=0.7.0 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from jedi>=0.10->ipython>=4.0.0; python_version >= "3.3"->ipywidgets->jupyter) (0.7.0)
Collecting importlib-metadata; python_version < "3.8"
Downloading importlib_metadata-2.0.0-py2.py3-none-any.whl (31 kB)
Collecting pyrsistent>=0.14.0
Downloading pyrsistent-0.17.3.tar.gz (106 kB)
|████████████████████████████████| 106 kB 2.2 MB/s
Collecting attrs>=17.4.0
Downloading attrs-20.2.0-py2.py3-none-any.whl (48 kB)
|████████████████████████████████| 48 kB 2.2 MB/s
Requirement already satisfied: pycparser in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from cffi>=1.0.0->argon2-cffi->notebook->jupyter) (2.20)
Requirement already satisfied: pyparsing>=2.0.2 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from packaging->bleach->nbconvert->jupyter) (2.4.7)
Collecting zipp>=0.5
Downloading zipp-3.3.0-py3-none-any.whl (5.3 kB)
Building wheels for collected packages: pandocfilters, pyrsistent
Building wheel for pandocfilters (setup.py) ... done
Created wheel for pandocfilters: filename=pandocfilters-1.4.2-py3-none-any.whl size=7860 sha256=08515ffaf8c1b1d525d9d5260dde06d485779bf7690786e565cb9cccd31681db
Stored in directory: c:\users\xxxxx\appdata\local\pip\cache\wheels\63\99\01\9fe785b86d1e091a6b2a61e06ddb3d8eb1bc9acae5933d4740
Building wheel for pyrsistent (setup.py) ... done
Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp37-cp37m-win_amd64.whl size=55876 sha256=12dce8357855710146e9ee85e648b39a948905dc7ec3f5df77197b99672e9951
Stored in directory: c:\users\xxxxx\appdata\local\pip\cache\wheels\a5\52\bf\71258a1d7b3c8cbe1ee53f9314c6f65f20385481eaee573cc5
Successfully built pandocfilters pyrsistent
Installing collected packages: pyzmq, pywin32, jupyter-core, jupyter-client, ipykernel, qtpy, qtconsole, zipp, importlib-metadata, pyrsistent, attrs, jsonschema, nbformat, prometheus-client, argon2-cffi, pywinpty, terminado, MarkupSafe, jinja2, jupyterlab-pygments, pandocfilters, testpath, mistune, defusedxml, nest-asyncio, async-generator, nbclient, packaging, webencodings, bleach, entrypoints, nbconvert, Send2Trash, notebook, widgetsnbextension, ipywidgets, jupyter-console, jupyter
Successfully installed MarkupSafe-1.1.1 Send2Trash-1.5.0 argon2-cffi-20.1.0 async-generator-1.10 attrs-20.2.0 bleach-3.2.1 defusedxml-0.6.0 entrypoints-0.3 importlib-metadata-2.0.0 ipykernel-5.3.4 ipywidgets-7.5.1 jinja2-2.11.2 jsonschema-3.2.0 jupyter-1.0.0 jupyter-client-6.1.7 jupyter-console-6.2.0 jupyter-core-4.6.3 jupyterlab-pygments-0.1.2 mistune-0.8.4 nbclient-0.5.0 nbconvert-6.0.7 nbformat-5.0.7 nest-asyncio-1.4.1 notebook-6.1.4 packaging-20.4 pandocfilters-1.4.2 prometheus-client-0.8.0 pyrsistent-0.17.3 pywin32-228 pywinpty-0.5.7 pyzmq-19.0.2 qtconsole-4.7.7 qtpy-1.9.0 terminado-0.9.1 testpath-0.4.4 webencodings-0.5.1 widgetsnbextension-3.5.1 zipp-3.3.0

(pytorch) C:\Users\xxxxxxxxxx>pip install jupyter_http_over_ws
Collecting jupyter_http_over_ws
Downloading jupyter_http_over_ws-0.0.8-py2.py3-none-any.whl (18 kB)
Requirement already satisfied: tornado>=4.5 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from jupyter_http_over_ws) (6.0.4)
Requirement already satisfied: notebook>=5.0 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from jupyter_http_over_ws) (6.1.4)
Requirement already satisfied: six>=1.6.0 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from jupyter_http_over_ws) (1.14.0)
Requirement already satisfied: nbconvert in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from notebook>=5.0->jupyter_http_over_ws) (6.0.7)
Requirement already satisfied: argon2-cffi in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from notebook>=5.0->jupyter_http_over_ws) (20.1.0)
Requirement already satisfied: ipython-genutils in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from notebook>=5.0->jupyter_http_over_ws) (0.2.0)
Requirement already satisfied: Send2Trash in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from notebook>=5.0->jupyter_http_over_ws) (1.5.0)
Requirement already satisfied: traitlets>=4.2.1 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from notebook>=5.0->jupyter_http_over_ws) (5.0.4)
Requirement already satisfied: nbformat in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from notebook>=5.0->jupyter_http_over_ws) (5.0.7)
Requirement already satisfied: ipykernel in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from notebook>=5.0->jupyter_http_over_ws) (5.3.4)
Requirement already satisfied: jupyter-core>=4.6.1 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from notebook>=5.0->jupyter_http_over_ws) (4.6.3)
Requirement already satisfied: terminado>=0.8.3 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from notebook>=5.0->jupyter_http_over_ws) (0.9.1)
Requirement already satisfied: jupyter-client>=5.3.4 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from notebook>=5.0->jupyter_http_over_ws) (6.1.7)
Requirement already satisfied: jinja2 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from notebook>=5.0->jupyter_http_over_ws) (2.11.2)
Requirement already satisfied: pyzmq>=17 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from notebook>=5.0->jupyter_http_over_ws) (19.0.2)
Requirement already satisfied: prometheus-client in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from notebook>=5.0->jupyter_http_over_ws) (0.8.0)
Requirement already satisfied: bleach in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from nbconvert->notebook>=5.0->jupyter_http_over_ws) (3.2.1)
Requirement already satisfied: jupyterlab-pygments in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from nbconvert->notebook>=5.0->jupyter_http_over_ws) (0.1.2)
Requirement already satisfied: mistune<2,>=0.8.1 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from nbconvert->notebook>=5.0->jupyter_http_over_ws) (0.8.4)
Requirement already satisfied: entrypoints>=0.2.2 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from nbconvert->notebook>=5.0->jupyter_http_over_ws) (0.3)
Requirement already satisfied: nbclient<0.6.0,>=0.5.0 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from nbconvert->notebook>=5.0->jupyter_http_over_ws) (0.5.0)
Requirement already satisfied: pygments>=2.4.1 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from nbconvert->notebook>=5.0->jupyter_http_over_ws) (2.7.1)
Requirement already satisfied: pandocfilters>=1.4.1 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from nbconvert->notebook>=5.0->jupyter_http_over_ws) (1.4.2)
Requirement already satisfied: testpath in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from nbconvert->notebook>=5.0->jupyter_http_over_ws) (0.4.4)
Requirement already satisfied: defusedxml in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from nbconvert->notebook>=5.0->jupyter_http_over_ws) (0.6.0)
Requirement already satisfied: cffi>=1.0.0 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from argon2-cffi->notebook>=5.0->jupyter_http_over_ws) (1.14.3)
Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from nbformat->notebook>=5.0->jupyter_http_over_ws) (3.2.0)
Requirement already satisfied: ipython>=5.0.0 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from ipykernel->notebook>=5.0->jupyter_http_over_ws) (7.18.1)
Requirement already satisfied: pywin32>=1.0; sys_platform == "win32" in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from jupyter-core>=4.6.1->notebook>=5.0->jupyter_http_over_ws) (228)
Requirement already satisfied: pywinpty>=0.5; os_name == "nt" in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from terminado>=0.8.3->notebook>=5.0->jupyter_http_over_ws) (0.5.7)
Requirement already satisfied: python-dateutil>=2.1 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from jupyter-client>=5.3.4->notebook>=5.0->jupyter_http_over_ws) (2.8.1)
Requirement already satisfied: MarkupSafe>=0.23 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from jinja2->notebook>=5.0->jupyter_http_over_ws) (1.1.1)
Requirement already satisfied: webencodings in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from bleach->nbconvert->notebook>=5.0->jupyter_http_over_ws) (0.5.1)
Requirement already satisfied: packaging in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from bleach->nbconvert->notebook>=5.0->jupyter_http_over_ws) (20.4)
Requirement already satisfied: async-generator in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->notebook>=5.0->jupyter_http_over_ws) (1.10)
Requirement already satisfied: nest-asyncio in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->notebook>=5.0->jupyter_http_over_ws) (1.4.1)
Requirement already satisfied: pycparser in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from cffi>=1.0.0->argon2-cffi->notebook>=5.0->jupyter_http_over_ws) (2.20)
Requirement already satisfied: importlib-metadata; python_version < "3.8" in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from jsonschema!=2.5.0,>=2.4->nbformat->notebook>=5.0->jupyter_http_over_ws) (2.0.0)
Requirement already satisfied: pyrsistent>=0.14.0 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from jsonschema!=2.5.0,>=2.4->nbformat->notebook>=5.0->jupyter_http_over_ws) (0.17.3)
Requirement already satisfied: setuptools in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from jsonschema!=2.5.0,>=2.4->nbformat->notebook>=5.0->jupyter_http_over_ws) (46.4.0.post20200518)
Requirement already satisfied: attrs>=17.4.0 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from jsonschema!=2.5.0,>=2.4->nbformat->notebook>=5.0->jupyter_http_over_ws) (20.2.0)
Requirement already satisfied: pickleshare in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from ipython>=5.0.0->ipykernel->notebook>=5.0->jupyter_http_over_ws) (0.7.5)
Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from ipython>=5.0.0->ipykernel->notebook>=5.0->jupyter_http_over_ws) (3.0.7)
Requirement already satisfied: jedi>=0.10 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from ipython>=5.0.0->ipykernel->notebook>=5.0->jupyter_http_over_ws) (0.17.2)
Requirement already satisfied: backcall in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from ipython>=5.0.0->ipykernel->notebook>=5.0->jupyter_http_over_ws) (0.2.0)
Requirement already satisfied: decorator in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from ipython>=5.0.0->ipykernel->notebook>=5.0->jupyter_http_over_ws) (4.4.2)
Requirement already satisfied: colorama; sys_platform == "win32" in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from ipython>=5.0.0->ipykernel->notebook>=5.0->jupyter_http_over_ws) (0.4.3)
Requirement already satisfied: pyparsing>=2.0.2 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from packaging->bleach->nbconvert->notebook>=5.0->jupyter_http_over_ws) (2.4.7)
Requirement already satisfied: zipp>=0.5 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from importlib-metadata; python_version < "3.8"->jsonschema!=2.5.0,>=2.4->nbformat->notebook>=5.0->jupyter_http_over_ws) (3.3.0)
Requirement already satisfied: wcwidth in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython>=5.0.0->ipykernel->notebook>=5.0->jupyter_http_over_ws) (0.2.5)
Requirement already satisfied: parso<0.8.0,>=0.7.0 in c:\users\xxxxx\anaconda3\envs\pytorch\lib\site-packages (from jedi>=0.10->ipython>=5.0.0->ipykernel->notebook>=5.0->jupyter_http_over_ws) (0.7.0)
Installing collected packages: jupyter-http-over-ws
Successfully installed jupyter-http-over-ws-0.0.8