#author("2023-05-30T14:42:14+09:00","","") #author("2023-05-30T14:44:31+09:00","","") #nofollow #norelated 総数:&counter(total); 今日:&counter(today); 昨日:&counter(yesterday);&br; [[Memorandums]]&br; [[on windows]]&br; * もくじ [#waa2eb72] #contents 参考url&br; [[【2022最新版】WIndowsにPythonの環境構築|通常のインストール方法、Dockerを使う方法も解説>https://www.youtube.com/watch?v=NKM9jdcJVZw]] &br; * setting up Jupyter Lab for container inside [#f646a03b] -[[install Python Env on Windows11 by Docker]]で docker-pythonと言う名のコンテナが作成されている状態 -docker-pythonと言う名のコンテナをstartしている状態 ** Variable Inspector extension for Jupyterlab拡張機能をインストールする [#p5a04e29] 参考url&br; https://github.com/lckr/jupyterlab-variableInspector#install ***docker-pythonと言う名のコンテナ内でterminalを起動する [#n23aa2be] -Docker Desktopにて、docker-pythonコンテナ内でterminalを起動しておく ***install [#rad79c13] # pip install lckr-jupyterlab-variableinspector Collecting lckr-jupyterlab-variableinspector Downloading lckr_jupyterlab_variableinspector-3.0.9.tar.gz (60 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.1/60.1 kB 3.1 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting jupyterlab==3.*,>=3.0.0rc13 (from lckr-jupyterlab-variableinspector) Using cached jupyterlab-3.6.3-py3-none-any.whl (8.9 MB) Requirement already satisfied: ipython in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (7.4.0) Requirement already satisfied: packaging in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (19.0) Collecting tornado>=6.1.0 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached tornado-6.2-cp37-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (423 kB) Requirement already satisfied: jupyter-core in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.4.0) Collecting jupyterlab-server~=2.19 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyterlab_server-2.22.1-py3-none-any.whl (57 kB) Collecting jupyter-server<3,>=1.16.0 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_server-1.24.0-py3-none-any.whl (347 kB) Collecting jupyter-ydoc~=0.2.3 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_ydoc-0.2.4-py3-none-any.whl (5.9 kB) Collecting jupyter-server-ydoc~=0.8.0 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_server_ydoc-0.8.0-py3-none-any.whl (11 kB) Collecting nbclassic (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached nbclassic-1.0.0-py3-none-any.whl (10.0 MB) Requirement already satisfied: notebook<7 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (5.7.8) Requirement already satisfied: jinja2>=2.1 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.10) Collecting tomli (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: MarkupSafe>=0.23 in /root/anaconda3/lib/python3.7/site-packages (from jinja2>=2.1->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.1.1) Collecting anyio<4,>=3.1.0 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached anyio-3.7.0-py3-none-any.whl (80 kB) Collecting argon2-cffi (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached argon2_cffi-21.3.0-py3-none-any.whl (14 kB) Collecting jupyter-client>=6.1.12 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_client-7.4.9-py3-none-any.whl (133 kB) Collecting jupyter-core (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_core-4.12.0-py3-none-any.whl (89 kB) Collecting nbconvert>=6.4.4 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached nbconvert-7.4.0-py3-none-any.whl (285 kB) Collecting nbformat>=5.2.0 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached nbformat-5.8.0-py3-none-any.whl (77 kB) Requirement already satisfied: prometheus-client in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.6.0) Requirement already satisfied: pyzmq>=17 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (18.0.0) Requirement already satisfied: Send2Trash in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.5.0) Collecting terminado>=0.8.3 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached terminado-0.17.1-py3-none-any.whl (17 kB) Collecting traitlets>=5.1 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached traitlets-5.9.0-py3-none-any.whl (117 kB) Collecting websocket-client (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached websocket_client-1.5.2-py3-none-any.whl (56 kB) Collecting jupyter-server-fileid<1,>=0.6.0 (from jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_server_fileid-0.9.0-py3-none-any.whl (15 kB) Collecting ypy-websocket<0.9.0,>=0.8.2 (from jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached ypy_websocket-0.8.4-py3-none-any.whl (10 kB) Collecting importlib-metadata>=3.6 (from jupyter-ydoc~=0.2.3->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached importlib_metadata-6.6.0-py3-none-any.whl (22 kB) Collecting y-py<0.6.0,>=0.5.3 (from jupyter-ydoc~=0.2.3->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached y_py-0.5.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) Collecting babel>=2.10 (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) Collecting jinja2>=2.1 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) Collecting json5>=0.9.0 (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached json5-0.9.14-py2.py3-none-any.whl (19 kB) Collecting jsonschema>=4.17.3 (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) Collecting packaging (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached packaging-23.1-py3-none-any.whl (48 kB) Collecting requests>=2.28 (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached requests-2.31.0-py3-none-any.whl (62 kB) Collecting MarkupSafe>=2.0 (from jinja2>=2.1->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Requirement already satisfied: ipython-genutils in /root/anaconda3/lib/python3.7/site-packages (from notebook<7->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.2.0) Requirement already satisfied: ipykernel in /root/anaconda3/lib/python3.7/site-packages (from notebook<7->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (5.1.0) Requirement already satisfied: setuptools>=18.5 in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (40.8.0) Requirement already satisfied: jedi>=0.10 in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.13.3) Requirement already satisfied: decorator in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.4.0) Requirement already satisfied: pickleshare in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.7.5) Requirement already satisfied: prompt-toolkit<2.1.0,>=2.0.0 in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.0.9) Requirement already satisfied: pygments in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.3.1) Requirement already satisfied: backcall in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.1.0) Requirement already satisfied: pexpect in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.6.0) Collecting notebook-shim>=0.2.3 (from nbclassic->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached notebook_shim-0.2.3-py3-none-any.whl (13 kB) Collecting nest-asyncio>=1.5 (from nbclassic->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached nest_asyncio-1.5.6-py3-none-any.whl (5.2 kB) Collecting Send2Trash (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached Send2Trash-1.8.2-py3-none-any.whl (18 kB) Requirement already satisfied: idna>=2.8 in /root/anaconda3/lib/python3.7/site-packages (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.8) Collecting sniffio>=1.1 (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached sniffio-1.3.0-py3-none-any.whl (10 kB) Collecting exceptiongroup (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached exceptiongroup-1.1.1-py3-none-any.whl (14 kB) Collecting typing-extensions (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached typing_extensions-4.6.2-py3-none-any.whl (31 kB) Requirement already satisfied: pytz>=2015.7 in /root/anaconda3/lib/python3.7/site-packages (from babel>=2.10->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2018.9) Collecting zipp>=0.5 (from importlib-metadata>=3.6->jupyter-ydoc~=0.2.3->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) Requirement already satisfied: parso>=0.3.0 in /root/anaconda3/lib/python3.7/site-packages (from jedi>=0.10->ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.3.4) Requirement already satisfied: attrs>=17.4.0 in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (19.1.0) Collecting importlib-resources>=1.4.0 (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached importlib_resources-5.12.0-py3-none-any.whl (36 kB) Collecting pkgutil-resolve-name>=1.3.10 (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached pkgutil_resolve_name-1.3.10-py3-none-any.whl (4.7 kB) Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.14.11) Requirement already satisfied: entrypoints in /root/anaconda3/lib/python3.7/site-packages (from jupyter-client>=6.1.12->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.3) Collecting python-dateutil>=2.8.2 (from jupyter-client>=6.1.12->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Collecting pyzmq>=17 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached pyzmq-25.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB) Collecting jupyter-events>=0.5.0 (from jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_events-0.6.3-py3-none-any.whl (18 kB) Requirement already satisfied: beautifulsoup4 in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.7.1) Requirement already satisfied: bleach in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (3.1.0) Requirement already satisfied: defusedxml in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.5.0) Collecting jupyterlab-pygments (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyterlab_pygments-0.2.2-py2.py3-none-any.whl (21 kB) Collecting mistune<3,>=2.0.3 (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached mistune-2.0.5-py2.py3-none-any.whl (24 kB) Collecting nbclient>=0.5.0 (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached nbclient-0.7.4-py3-none-any.whl (73 kB) Requirement already satisfied: pandocfilters>=1.4.1 in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.4.2) Collecting pygments (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached Pygments-2.15.1-py3-none-any.whl (1.1 MB) Collecting tinycss2 (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached tinycss2-1.2.1-py3-none-any.whl (21 kB) Collecting fastjsonschema (from nbformat>=5.2.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached fastjsonschema-2.17.1-py3-none-any.whl (23 kB) Requirement already satisfied: six>=1.9.0 in /root/anaconda3/lib/python3.7/site-packages (from prompt-toolkit<2.1.0,>=2.0.0->ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.12.0) Requirement already satisfied: wcwidth in /root/anaconda3/lib/python3.7/site-packages (from prompt-toolkit<2.1.0,>=2.0.0->ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.1.7) Collecting charset-normalizer<4,>=2 (from requests>=2.28->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached charset_normalizer-3.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (171 kB) Requirement already satisfied: urllib3<3,>=1.21.1 in /root/anaconda3/lib/python3.7/site-packages (from requests>=2.28->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.24.1) Requirement already satisfied: certifi>=2017.4.17 in /root/anaconda3/lib/python3.7/site-packages (from requests>=2.28->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2019.3.9) Requirement already satisfied: ptyprocess in /root/anaconda3/lib/python3.7/site-packages (from terminado>=0.8.3->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.6.0) Collecting aiofiles<23,>=22.1.0 (from ypy-websocket<0.9.0,>=0.8.2->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached aiofiles-22.1.0-py3-none-any.whl (14 kB) Collecting aiosqlite<1,>=0.17.0 (from ypy-websocket<0.9.0,>=0.8.2->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached aiosqlite-0.19.0-py3-none-any.whl (15 kB) INFO: pip is looking at multiple versions of ypy-websocket to determine which version is compatible with other requirements. This could take a while. Collecting ypy-websocket<0.9.0,>=0.8.2 (from jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached ypy_websocket-0.8.3-py3-none-any.whl (10 kB) Using cached ypy_websocket-0.8.2-py3-none-any.whl (10 kB) Collecting argon2-cffi-bindings (from argon2-cffi->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86 kB) Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached python_json_logger-2.0.7-py3-none-any.whl (8.1 kB) Collecting pyyaml>=5.3 (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) Collecting rfc3339-validator (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) Collecting rfc3986-validator>=0.1.1 (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB) Requirement already satisfied: cffi>=1.0.1 in /root/anaconda3/lib/python3.7/site-packages (from argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.12.2) Requirement already satisfied: soupsieve>=1.2 in /root/anaconda3/lib/python3.7/site-packages (from beautifulsoup4->nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.8) Requirement already satisfied: webencodings in /root/anaconda3/lib/python3.7/site-packages (from bleach->nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.5.1) Requirement already satisfied: pycparser in /root/anaconda3/lib/python3.7/site-packages (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.19) Collecting fqdn (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached fqdn-1.5.1-py3-none-any.whl (9.1 kB) Collecting isoduration (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached isoduration-20.11.0-py3-none-any.whl (11 kB) Collecting jsonpointer>1.13 (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) Collecting uri-template (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached uri_template-1.2.0-py3-none-any.whl (10 kB) Collecting webcolors>=1.11 (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached webcolors-1.13-py3-none-any.whl (14 kB) Collecting cached-property>=1.3.0 (from fqdn->jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) Collecting arrow>=0.15.0 (from isoduration->jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached arrow-1.2.3-py3-none-any.whl (66 kB) Building wheels for collected packages: lckr-jupyterlab-variableinspector Building wheel for lckr-jupyterlab-variableinspector (pyproject.toml) ... done Created wheel for lckr-jupyterlab-variableinspector: filename=lckr_jupyterlab_variableinspector-3.0.9-py3-none-any.whl size=89855 sha256=f948ef0ef9e79f7fb9696e4e028b4cd560b0f31f1a12bedecfb13cd0f24769ee Stored in directory: /root/.cache/pip/wheels/19/97/64/a543dcd1197653abb4b9ff214fcdca68ffd760fc587fc772e8 Successfully built lckr-jupyterlab-variableinspector Installing collected packages: y-py, mistune, json5, fastjsonschema, cached-property, zipp, websocket-client, webcolors, uri-template, typing-extensions, traitlets, tornado, tomli, tinycss2, sniffio, Send2Trash, rfc3986-validator, rfc3339-validator, pyzmq, pyyaml, python-json-logger, python-dateutil, pygments, pkgutil-resolve-name, packaging, nest-asyncio, MarkupSafe, jupyterlab-pygments, jsonpointer, fqdn, exceptiongroup, charset-normalizer, babel, aiofiles, terminado, requests, jupyter-core, jinja2, importlib-resources, importlib-metadata, arrow, argon2-cffi-bindings, anyio, aiosqlite, ypy-websocket, jupyter-ydoc, jupyter-client, jsonschema, isoduration, argon2-cffi, nbformat, nbclient, jupyter-events, nbconvert, jupyter-server, notebook-shim, jupyterlab-server, jupyter-server-fileid, nbclassic, jupyter-server-ydoc, jupyterlab, lckr-jupyterlab-variableinspector Attempting uninstall: mistune Found existing installation: mistune 0.8.4 Uninstalling mistune-0.8.4: Successfully uninstalled mistune-0.8.4 Attempting uninstall: zipp Found existing installation: zipp 0.3.3 Uninstalling zipp-0.3.3: Successfully uninstalled zipp-0.3.3 Attempting uninstall: traitlets Found existing installation: traitlets 4.3.2 Uninstalling traitlets-4.3.2: Successfully uninstalled traitlets-4.3.2 Attempting uninstall: tornado Found existing installation: tornado 6.0.2 Uninstalling tornado-6.0.2: Successfully uninstalled tornado-6.0.2 Attempting uninstall: Send2Trash Found existing installation: Send2Trash 1.5.0 Uninstalling Send2Trash-1.5.0: Successfully uninstalled Send2Trash-1.5.0 Attempting uninstall: pyzmq Found existing installation: pyzmq 18.0.0 Uninstalling pyzmq-18.0.0: Successfully uninstalled pyzmq-18.0.0 Attempting uninstall: pyyaml Found existing installation: PyYAML 5.1 ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. # PyYAML 5.1の場合失敗した。&br;&br; このようなとき、以下のような手順を踏みます。&br; 1. pip を古いバージョンに後退&br; 2. エラーが出たパッケージをアンインストール&br; 3. pip を最新版に更新&br; 4. 対象のパッケージを再度インストール&br; # pip --version pip 23.1.2 from /root/anaconda3/lib/python3.7/site-packages/pip (python 3.7) # pip install pip==8.1.1 # pip uninstall PyYAML # pip install --upgrade pip # pip install PyYAML # -実行する # pip install pip==8.1.1 Collecting pip==8.1.1 Downloading pip-8.1.1-py2.py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 2.8 MB/s eta 0:00:00 Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 23.1.2 Uninstalling pip-23.1.2: Successfully uninstalled pip-23.1.2 Successfully installed pip-8.1.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv # # pip uninstall PyYAML DEPRECATION: Uninstalling a distutils installed project (PyYAML) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. Uninstalling PyYAML-5.1: /root/anaconda3/lib/python3.7/site-packages/PyYAML-5.1-py3.7.egg-info Proceed (y/n)? y Successfully uninstalled PyYAML-5.1 You are using pip version 8.1.1, however version 23.1.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. # # pip install --upgrade pip Cache entry deserialization failed, entry ignored Collecting pip Cache entry deserialization failed, entry ignored Downloading https://files.pythonhosted.org/packages/08/e3/57d4c24a050aa0bcca46b2920bff40847db79535dc78141eb83581a52eb8/pip-23.1.2-py3-none-any.whl (2.1MB) 100% |████████████████████████████████| 2.1MB 731kB/s Installing collected packages: pip Found existing installation: pip 8.1.1 Uninstalling pip-8.1.1: Successfully uninstalled pip-8.1.1 Successfully installed pip-23.1.2 # # pip install PyYAML Collecting PyYAML Using cached PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) Installing collected packages: PyYAML Successfully installed PyYAML-6.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv # PyYAML 6.0へ更新した。&br; 再度installしてみる。&br; # pip install lckr-jupyterlab-variableinspector Collecting lckr-jupyterlab-variableinspector Using cached lckr_jupyterlab_variableinspector-3.0.9-py3-none-any.whl Collecting jupyterlab==3.*,>=3.0.0rc13 (from lckr-jupyterlab-variableinspector) Using cached jupyterlab-3.6.3-py3-none-any.whl (8.9 MB) Requirement already satisfied: ipython in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (7.4.0) Requirement already satisfied: packaging in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (19.0) Requirement already satisfied: tornado>=6.1.0 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (6.2) Requirement already satisfied: jupyter-core in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.4.0) Collecting jupyterlab-server~=2.19 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyterlab_server-2.22.1-py3-none-any.whl (57 kB) Collecting jupyter-server<3,>=1.16.0 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_server-1.24.0-py3-none-any.whl (347 kB) Collecting jupyter-ydoc~=0.2.3 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_ydoc-0.2.4-py3-none-any.whl (5.9 kB) Collecting jupyter-server-ydoc~=0.8.0 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_server_ydoc-0.8.0-py3-none-any.whl (11 kB) Collecting nbclassic (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached nbclassic-1.0.0-py3-none-any.whl (10.0 MB) Requirement already satisfied: notebook<7 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (5.7.8) Requirement already satisfied: jinja2>=2.1 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.10) Requirement already satisfied: tomli in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.0.1) Requirement already satisfied: MarkupSafe>=0.23 in /root/anaconda3/lib/python3.7/site-packages (from jinja2>=2.1->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.1.1) Collecting anyio<4,>=3.1.0 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached anyio-3.7.0-py3-none-any.whl (80 kB) Collecting argon2-cffi (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached argon2_cffi-21.3.0-py3-none-any.whl (14 kB) Collecting jupyter-client>=6.1.12 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_client-7.4.9-py3-none-any.whl (133 kB) Collecting jupyter-core (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_core-4.12.0-py3-none-any.whl (89 kB) Collecting nbconvert>=6.4.4 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached nbconvert-7.4.0-py3-none-any.whl (285 kB) Collecting nbformat>=5.2.0 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached nbformat-5.8.0-py3-none-any.whl (77 kB) Requirement already satisfied: prometheus-client in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.6.0) Requirement already satisfied: pyzmq>=17 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (25.1.0) Requirement already satisfied: Send2Trash in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.8.2) Collecting terminado>=0.8.3 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached terminado-0.17.1-py3-none-any.whl (17 kB) Requirement already satisfied: traitlets>=5.1 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (5.9.0) Requirement already satisfied: websocket-client in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.5.2) Collecting jupyter-server-fileid<1,>=0.6.0 (from jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_server_fileid-0.9.0-py3-none-any.whl (15 kB) Collecting ypy-websocket<0.9.0,>=0.8.2 (from jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached ypy_websocket-0.8.4-py3-none-any.whl (10 kB) Collecting importlib-metadata>=3.6 (from jupyter-ydoc~=0.2.3->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached importlib_metadata-6.6.0-py3-none-any.whl (22 kB) Requirement already satisfied: y-py<0.6.0,>=0.5.3 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-ydoc~=0.2.3->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.5.9) Collecting babel>=2.10 (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) Collecting jinja2>=2.1 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) Requirement already satisfied: json5>=0.9.0 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.9.14) Collecting jsonschema>=4.17.3 (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) Collecting packaging (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached packaging-23.1-py3-none-any.whl (48 kB) Collecting requests>=2.28 (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached requests-2.31.0-py3-none-any.whl (62 kB) Collecting MarkupSafe>=2.0 (from jinja2>=2.1->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Requirement already satisfied: ipython-genutils in /root/anaconda3/lib/python3.7/site-packages (from notebook<7->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.2.0) Requirement already satisfied: ipykernel in /root/anaconda3/lib/python3.7/site-packages (from notebook<7->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (5.1.0) Requirement already satisfied: setuptools>=18.5 in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (40.8.0) Requirement already satisfied: jedi>=0.10 in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.13.3) Requirement already satisfied: decorator in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.4.0) Requirement already satisfied: pickleshare in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.7.5) Requirement already satisfied: prompt-toolkit<2.1.0,>=2.0.0 in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.0.9) Requirement already satisfied: pygments in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.3.1) Requirement already satisfied: backcall in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.1.0) Requirement already satisfied: pexpect in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.6.0) Collecting notebook-shim>=0.2.3 (from nbclassic->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached notebook_shim-0.2.3-py3-none-any.whl (13 kB) Collecting nest-asyncio>=1.5 (from nbclassic->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached nest_asyncio-1.5.6-py3-none-any.whl (5.2 kB) Requirement already satisfied: idna>=2.8 in /root/anaconda3/lib/python3.7/site-packages (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.8) Requirement already satisfied: sniffio>=1.1 in /root/anaconda3/lib/python3.7/site-packages (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.3.0) Collecting exceptiongroup (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached exceptiongroup-1.1.1-py3-none-any.whl (14 kB) Requirement already satisfied: typing-extensions in /root/anaconda3/lib/python3.7/site-packages (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.6.2) Requirement already satisfied: pytz>=2015.7 in /root/anaconda3/lib/python3.7/site-packages (from babel>=2.10->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2018.9) Requirement already satisfied: zipp>=0.5 in /root/anaconda3/lib/python3.7/site-packages (from importlib-metadata>=3.6->jupyter-ydoc~=0.2.3->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (3.15.0) Requirement already satisfied: parso>=0.3.0 in /root/anaconda3/lib/python3.7/site-packages (from jedi>=0.10->ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.3.4) Requirement already satisfied: attrs>=17.4.0 in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (19.1.0) Collecting importlib-resources>=1.4.0 (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached importlib_resources-5.12.0-py3-none-any.whl (36 kB) Collecting pkgutil-resolve-name>=1.3.10 (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached pkgutil_resolve_name-1.3.10-py3-none-any.whl (4.7 kB) Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.14.11) Requirement already satisfied: entrypoints in /root/anaconda3/lib/python3.7/site-packages (from jupyter-client>=6.1.12->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.3) Collecting python-dateutil>=2.8.2 (from jupyter-client>=6.1.12->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Collecting jupyter-events>=0.5.0 (from jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_events-0.6.3-py3-none-any.whl (18 kB) Requirement already satisfied: beautifulsoup4 in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.7.1) Requirement already satisfied: bleach in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (3.1.0) Requirement already satisfied: defusedxml in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.5.0) Collecting jupyterlab-pygments (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyterlab_pygments-0.2.2-py2.py3-none-any.whl (21 kB) Requirement already satisfied: mistune<3,>=2.0.3 in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.0.5) Collecting nbclient>=0.5.0 (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached nbclient-0.7.4-py3-none-any.whl (73 kB) Requirement already satisfied: pandocfilters>=1.4.1 in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.4.2) Collecting pygments (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached Pygments-2.15.1-py3-none-any.whl (1.1 MB) Requirement already satisfied: tinycss2 in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.2.1) Requirement already satisfied: fastjsonschema in /root/anaconda3/lib/python3.7/site-packages (from nbformat>=5.2.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.17.1) Requirement already satisfied: six>=1.9.0 in /root/anaconda3/lib/python3.7/site-packages (from prompt-toolkit<2.1.0,>=2.0.0->ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.12.0) Requirement already satisfied: wcwidth in /root/anaconda3/lib/python3.7/site-packages (from prompt-toolkit<2.1.0,>=2.0.0->ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.1.7) Collecting charset-normalizer<4,>=2 (from requests>=2.28->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached charset_normalizer-3.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (171 kB) Requirement already satisfied: urllib3<3,>=1.21.1 in /root/anaconda3/lib/python3.7/site-packages (from requests>=2.28->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.24.1) Requirement already satisfied: certifi>=2017.4.17 in /root/anaconda3/lib/python3.7/site-packages (from requests>=2.28->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2019.3.9) Requirement already satisfied: ptyprocess in /root/anaconda3/lib/python3.7/site-packages (from terminado>=0.8.3->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.6.0) Collecting aiofiles<23,>=22.1.0 (from ypy-websocket<0.9.0,>=0.8.2->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached aiofiles-22.1.0-py3-none-any.whl (14 kB) Collecting aiosqlite<1,>=0.17.0 (from ypy-websocket<0.9.0,>=0.8.2->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached aiosqlite-0.19.0-py3-none-any.whl (15 kB) INFO: pip is looking at multiple versions of ypy-websocket to determine which version is compatible with other requirements. This could take a while. Collecting ypy-websocket<0.9.0,>=0.8.2 (from jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached ypy_websocket-0.8.3-py3-none-any.whl (10 kB) Using cached ypy_websocket-0.8.2-py3-none-any.whl (10 kB) Collecting argon2-cffi-bindings (from argon2-cffi->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86 kB) Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached python_json_logger-2.0.7-py3-none-any.whl (8.1 kB) Requirement already satisfied: pyyaml>=5.3 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (6.0) Requirement already satisfied: rfc3339-validator in /root/anaconda3/lib/python3.7/site-packages (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.1.4) Requirement already satisfied: rfc3986-validator>=0.1.1 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.1.1) Requirement already satisfied: cffi>=1.0.1 in /root/anaconda3/lib/python3.7/site-packages (from argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.12.2) Requirement already satisfied: soupsieve>=1.2 in /root/anaconda3/lib/python3.7/site-packages (from beautifulsoup4->nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.8) Requirement already satisfied: webencodings in /root/anaconda3/lib/python3.7/site-packages (from bleach->nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.5.1) Requirement already satisfied: pycparser in /root/anaconda3/lib/python3.7/site-packages (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.19) Collecting fqdn (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached fqdn-1.5.1-py3-none-any.whl (9.1 kB) Collecting isoduration (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached isoduration-20.11.0-py3-none-any.whl (11 kB) Collecting jsonpointer>1.13 (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) Requirement already satisfied: uri-template in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.2.0) Requirement already satisfied: webcolors>=1.11 in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.13) Requirement already satisfied: cached-property>=1.3.0 in /root/anaconda3/lib/python3.7/site-packages (from fqdn->jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.5.2) Collecting arrow>=0.15.0 (from isoduration->jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached arrow-1.2.3-py3-none-any.whl (66 kB) Installing collected packages: terminado, python-json-logger, python-dateutil, pygments, pkgutil-resolve-name, packaging, nest-asyncio, MarkupSafe, jupyterlab-pygments, jupyter-core, jsonpointer, importlib-resources, importlib-metadata, fqdn, exceptiongroup, charset-normalizer, babel, aiosqlite, aiofiles, ypy-websocket, requests, jupyter-ydoc, jupyter-client, jsonschema, jinja2, arrow, argon2-cffi-bindings, anyio, nbformat, isoduration, argon2-cffi, nbclient, nbconvert, jupyter-events, jupyter-server, notebook-shim, jupyterlab-server, jupyter-server-fileid, nbclassic, jupyter-server-ydoc, jupyterlab, lckr-jupyterlab-variableinspector Attempting uninstall: terminado Found existing installation: terminado 0.8.1 ERROR: Cannot uninstall 'terminado'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. # 次は terminado 0.8.1 でエラーとなった。&br; このようなとき、以下のような手順を踏みます。&br; # pip install pip==8.1.1 # pip uninstall terminado # pip install --upgrade pip # pip install terminado # # pip install pip==8.1.1 Collecting pip==8.1.1 Using cached pip-8.1.1-py2.py3-none-any.whl (1.2 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 23.1.2 Uninstalling pip-23.1.2: Successfully uninstalled pip-23.1.2 Successfully installed pip-8.1.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv # # pip uninstall terminado DEPRECATION: Uninstalling a distutils installed project (terminado) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. Uninstalling terminado-0.8.1: /root/anaconda3/lib/python3.7/site-packages/terminado-0.8.1-py3.7.egg-info Proceed (y/n)? y Successfully uninstalled terminado-0.8.1 You are using pip version 8.1.1, however version 23.1.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. # # pip install --upgrade pip Cache entry deserialization failed, entry ignored Collecting pip Using cached https://files.pythonhosted.org/packages/08/e3/57d4c24a050aa0bcca46b2920bff40847db79535dc78141eb83581a52eb8/pip-23.1.2-py3-none-any.whl Installing collected packages: pip Found existing installation: pip 8.1.1 Uninstalling pip-8.1.1: Successfully uninstalled pip-8.1.1 Successfully installed pip-23.1.2 # # pip install terminado Collecting terminado Using cached terminado-0.17.1-py3-none-any.whl (17 kB) Requirement already satisfied: ptyprocess in /root/anaconda3/lib/python3.7/site-packages (from terminado) (0.6.0) Requirement already satisfied: tornado>=6.1.0 in /root/anaconda3/lib/python3.7/site-packages (from terminado) (6.2) Installing collected packages: terminado Successfully installed terminado-0.17.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv # terminado-0.17.1へ更新した。&br; 再度installしてみる。&br; # pip install lckr-jupyterlab-variableinspector Collecting lckr-jupyterlab-variableinspector Using cached lckr_jupyterlab_variableinspector-3.0.9-py3-none-any.whl Collecting jupyterlab==3.*,>=3.0.0rc13 (from lckr-jupyterlab-variableinspector) Using cached jupyterlab-3.6.3-py3-none-any.whl (8.9 MB) Requirement already satisfied: ipython in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (7.4.0) Requirement already satisfied: packaging in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (19.0) Requirement already satisfied: tornado>=6.1.0 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (6.2) Requirement already satisfied: jupyter-core in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.4.0) Collecting jupyterlab-server~=2.19 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyterlab_server-2.22.1-py3-none-any.whl (57 kB) Collecting jupyter-server<3,>=1.16.0 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_server-1.24.0-py3-none-any.whl (347 kB) Collecting jupyter-ydoc~=0.2.3 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_ydoc-0.2.4-py3-none-any.whl (5.9 kB) Collecting jupyter-server-ydoc~=0.8.0 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_server_ydoc-0.8.0-py3-none-any.whl (11 kB) Collecting nbclassic (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached nbclassic-1.0.0-py3-none-any.whl (10.0 MB) Requirement already satisfied: notebook<7 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (5.7.8) Requirement already satisfied: jinja2>=2.1 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.10) Requirement already satisfied: tomli in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.0.1) Requirement already satisfied: MarkupSafe>=0.23 in /root/anaconda3/lib/python3.7/site-packages (from jinja2>=2.1->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.1.1) Collecting anyio<4,>=3.1.0 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached anyio-3.7.0-py3-none-any.whl (80 kB) Collecting argon2-cffi (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached argon2_cffi-21.3.0-py3-none-any.whl (14 kB) Collecting jupyter-client>=6.1.12 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_client-7.4.9-py3-none-any.whl (133 kB) Collecting jupyter-core (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_core-4.12.0-py3-none-any.whl (89 kB) Collecting nbconvert>=6.4.4 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached nbconvert-7.4.0-py3-none-any.whl (285 kB) Collecting nbformat>=5.2.0 (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached nbformat-5.8.0-py3-none-any.whl (77 kB) Requirement already satisfied: prometheus-client in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.6.0) Requirement already satisfied: pyzmq>=17 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (25.1.0) Requirement already satisfied: Send2Trash in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.8.2) Requirement already satisfied: terminado>=0.8.3 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.17.1) Requirement already satisfied: traitlets>=5.1 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (5.9.0) Requirement already satisfied: websocket-client in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.5.2) Collecting jupyter-server-fileid<1,>=0.6.0 (from jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_server_fileid-0.9.0-py3-none-any.whl (15 kB) Collecting ypy-websocket<0.9.0,>=0.8.2 (from jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached ypy_websocket-0.8.4-py3-none-any.whl (10 kB) Collecting importlib-metadata>=3.6 (from jupyter-ydoc~=0.2.3->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached importlib_metadata-6.6.0-py3-none-any.whl (22 kB) Requirement already satisfied: y-py<0.6.0,>=0.5.3 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-ydoc~=0.2.3->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.5.9) Collecting babel>=2.10 (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) Collecting jinja2>=2.1 (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) Requirement already satisfied: json5>=0.9.0 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.9.14) Collecting jsonschema>=4.17.3 (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) Collecting packaging (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached packaging-23.1-py3-none-any.whl (48 kB) Collecting requests>=2.28 (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached requests-2.31.0-py3-none-any.whl (62 kB) Collecting MarkupSafe>=2.0 (from jinja2>=2.1->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Requirement already satisfied: ipython-genutils in /root/anaconda3/lib/python3.7/site-packages (from notebook<7->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.2.0) Requirement already satisfied: ipykernel in /root/anaconda3/lib/python3.7/site-packages (from notebook<7->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (5.1.0) Requirement already satisfied: setuptools>=18.5 in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (40.8.0) Requirement already satisfied: jedi>=0.10 in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.13.3) Requirement already satisfied: decorator in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.4.0) Requirement already satisfied: pickleshare in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.7.5) Requirement already satisfied: prompt-toolkit<2.1.0,>=2.0.0 in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.0.9) Requirement already satisfied: pygments in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.3.1) Requirement already satisfied: backcall in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.1.0) Requirement already satisfied: pexpect in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.6.0) Collecting notebook-shim>=0.2.3 (from nbclassic->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached notebook_shim-0.2.3-py3-none-any.whl (13 kB) Collecting nest-asyncio>=1.5 (from nbclassic->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached nest_asyncio-1.5.6-py3-none-any.whl (5.2 kB) Requirement already satisfied: idna>=2.8 in /root/anaconda3/lib/python3.7/site-packages (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.8) Requirement already satisfied: sniffio>=1.1 in /root/anaconda3/lib/python3.7/site-packages (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.3.0) Collecting exceptiongroup (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached exceptiongroup-1.1.1-py3-none-any.whl (14 kB) Requirement already satisfied: typing-extensions in /root/anaconda3/lib/python3.7/site-packages (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.6.2) Requirement already satisfied: pytz>=2015.7 in /root/anaconda3/lib/python3.7/site-packages (from babel>=2.10->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2018.9) Requirement already satisfied: zipp>=0.5 in /root/anaconda3/lib/python3.7/site-packages (from importlib-metadata>=3.6->jupyter-ydoc~=0.2.3->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (3.15.0) Requirement already satisfied: parso>=0.3.0 in /root/anaconda3/lib/python3.7/site-packages (from jedi>=0.10->ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.3.4) Requirement already satisfied: attrs>=17.4.0 in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (19.1.0) Collecting importlib-resources>=1.4.0 (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached importlib_resources-5.12.0-py3-none-any.whl (36 kB) Collecting pkgutil-resolve-name>=1.3.10 (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached pkgutil_resolve_name-1.3.10-py3-none-any.whl (4.7 kB) Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.14.11) Requirement already satisfied: entrypoints in /root/anaconda3/lib/python3.7/site-packages (from jupyter-client>=6.1.12->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.3) Collecting python-dateutil>=2.8.2 (from jupyter-client>=6.1.12->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Collecting jupyter-events>=0.5.0 (from jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyter_events-0.6.3-py3-none-any.whl (18 kB) Requirement already satisfied: beautifulsoup4 in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.7.1) Requirement already satisfied: bleach in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (3.1.0) Requirement already satisfied: defusedxml in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.5.0) Collecting jupyterlab-pygments (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jupyterlab_pygments-0.2.2-py2.py3-none-any.whl (21 kB) Requirement already satisfied: mistune<3,>=2.0.3 in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.0.5) Collecting nbclient>=0.5.0 (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached nbclient-0.7.4-py3-none-any.whl (73 kB) Requirement already satisfied: pandocfilters>=1.4.1 in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.4.2) Collecting pygments (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached Pygments-2.15.1-py3-none-any.whl (1.1 MB) Requirement already satisfied: tinycss2 in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.2.1) Requirement already satisfied: fastjsonschema in /root/anaconda3/lib/python3.7/site-packages (from nbformat>=5.2.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.17.1) Requirement already satisfied: six>=1.9.0 in /root/anaconda3/lib/python3.7/site-packages (from prompt-toolkit<2.1.0,>=2.0.0->ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.12.0) Requirement already satisfied: wcwidth in /root/anaconda3/lib/python3.7/site-packages (from prompt-toolkit<2.1.0,>=2.0.0->ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.1.7) Collecting charset-normalizer<4,>=2 (from requests>=2.28->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached charset_normalizer-3.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (171 kB) Requirement already satisfied: urllib3<3,>=1.21.1 in /root/anaconda3/lib/python3.7/site-packages (from requests>=2.28->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.24.1) Requirement already satisfied: certifi>=2017.4.17 in /root/anaconda3/lib/python3.7/site-packages (from requests>=2.28->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2019.3.9) Requirement already satisfied: ptyprocess in /root/anaconda3/lib/python3.7/site-packages (from terminado>=0.8.3->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.6.0) Collecting aiofiles<23,>=22.1.0 (from ypy-websocket<0.9.0,>=0.8.2->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached aiofiles-22.1.0-py3-none-any.whl (14 kB) Collecting aiosqlite<1,>=0.17.0 (from ypy-websocket<0.9.0,>=0.8.2->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached aiosqlite-0.19.0-py3-none-any.whl (15 kB) INFO: pip is looking at multiple versions of ypy-websocket to determine which version is compatible with other requirements. This could take a while. Collecting ypy-websocket<0.9.0,>=0.8.2 (from jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached ypy_websocket-0.8.3-py3-none-any.whl (10 kB) Using cached ypy_websocket-0.8.2-py3-none-any.whl (10 kB) Collecting argon2-cffi-bindings (from argon2-cffi->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86 kB) Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached python_json_logger-2.0.7-py3-none-any.whl (8.1 kB) Requirement already satisfied: pyyaml>=5.3 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (6.0) Requirement already satisfied: rfc3339-validator in /root/anaconda3/lib/python3.7/site-packages (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.1.4) Requirement already satisfied: rfc3986-validator>=0.1.1 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.1.1) Requirement already satisfied: cffi>=1.0.1 in /root/anaconda3/lib/python3.7/site-packages (from argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.12.2) Requirement already satisfied: soupsieve>=1.2 in /root/anaconda3/lib/python3.7/site-packages (from beautifulsoup4->nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.8) Requirement already satisfied: webencodings in /root/anaconda3/lib/python3.7/site-packages (from bleach->nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.5.1) Requirement already satisfied: pycparser in /root/anaconda3/lib/python3.7/site-packages (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.19) Collecting fqdn (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached fqdn-1.5.1-py3-none-any.whl (9.1 kB) Collecting isoduration (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached isoduration-20.11.0-py3-none-any.whl (11 kB) Collecting jsonpointer>1.13 (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) Requirement already satisfied: uri-template in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.2.0) Requirement already satisfied: webcolors>=1.11 in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.13) Requirement already satisfied: cached-property>=1.3.0 in /root/anaconda3/lib/python3.7/site-packages (from fqdn->jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.5.2) Collecting arrow>=0.15.0 (from isoduration->jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) Using cached arrow-1.2.3-py3-none-any.whl (66 kB) Installing collected packages: python-json-logger, python-dateutil, pygments, pkgutil-resolve-name, packaging, nest-asyncio, MarkupSafe, jupyterlab-pygments, jupyter-core, jsonpointer, importlib-resources, importlib-metadata, fqdn, exceptiongroup, charset-normalizer, babel, aiosqlite, aiofiles, ypy-websocket, requests, jupyter-ydoc, jupyter-client, jsonschema, jinja2, arrow, argon2-cffi-bindings, anyio, nbformat, isoduration, argon2-cffi, nbclient, nbconvert, jupyter-events, jupyter-server, notebook-shim, jupyterlab-server, jupyter-server-fileid, nbclassic, jupyter-server-ydoc, jupyterlab, lckr-jupyterlab-variableinspector Attempting uninstall: python-dateutil Found existing installation: python-dateutil 2.8.0 Uninstalling python-dateutil-2.8.0: Successfully uninstalled python-dateutil-2.8.0 Attempting uninstall: pygments Found existing installation: Pygments 2.3.1 Uninstalling Pygments-2.3.1: Successfully uninstalled Pygments-2.3.1 Attempting uninstall: packaging Found existing installation: packaging 19.0 Uninstalling packaging-19.0: Successfully uninstalled packaging-19.0 Attempting uninstall: MarkupSafe Found existing installation: MarkupSafe 1.1.1 Uninstalling MarkupSafe-1.1.1: Successfully uninstalled MarkupSafe-1.1.1 Attempting uninstall: jupyter-core Found existing installation: jupyter-core 4.4.0 Uninstalling jupyter-core-4.4.0: Successfully uninstalled jupyter-core-4.4.0 Attempting uninstall: importlib-metadata Found existing installation: importlib-metadata 0.0.0 Uninstalling importlib-metadata-0.0.0: Successfully uninstalled importlib-metadata-0.0.0 Attempting uninstall: babel Found existing installation: Babel 2.6.0 Uninstalling Babel-2.6.0: Successfully uninstalled Babel-2.6.0 Attempting uninstall: requests Found existing installation: requests 2.21.0 Uninstalling requests-2.21.0: Successfully uninstalled requests-2.21.0 Attempting uninstall: jupyter-client Found existing installation: jupyter-client 5.2.4 Uninstalling jupyter-client-5.2.4: Successfully uninstalled jupyter-client-5.2.4 Attempting uninstall: jsonschema Found existing installation: jsonschema 3.0.1 Uninstalling jsonschema-3.0.1: Successfully uninstalled jsonschema-3.0.1 Attempting uninstall: jinja2 Found existing installation: Jinja2 2.10 Uninstalling Jinja2-2.10: Successfully uninstalled Jinja2-2.10 Attempting uninstall: nbformat Found existing installation: nbformat 4.4.0 Uninstalling nbformat-4.4.0: Successfully uninstalled nbformat-4.4.0 Attempting uninstall: nbconvert Found existing installation: nbconvert 5.4.1 Uninstalling nbconvert-5.4.1: Successfully uninstalled nbconvert-5.4.1 Attempting uninstall: jupyterlab-server Found existing installation: jupyterlab-server 0.2.0 Uninstalling jupyterlab-server-0.2.0: Successfully uninstalled jupyterlab-server-0.2.0 Attempting uninstall: jupyterlab Found existing installation: jupyterlab 0.35.4 Uninstalling jupyterlab-0.35.4: Successfully uninstalled jupyterlab-0.35.4 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. spyder 3.3.3 requires pyqt5<=5.12; python_version >= "3", which is not installed. Successfully installed MarkupSafe-2.1.2 aiofiles-22.1.0 aiosqlite-0.19.0 anyio-3.7.0 argon2-cffi-21.3.0 argon2-cffi-bindings-21.2.0 arrow-1.2.3 babel-2.12.1 charset-normalizer-3.1.0 exceptiongroup-1.1.1 fqdn-1.5.1 importlib-metadata-6.6.0 importlib-resources-5.12.0 isoduration-20.11.0 jinja2-3.1.2 jsonpointer-2.3 jsonschema-4.17.3 jupyter-client-7.4.9 jupyter-core-4.12.0 jupyter-events-0.6.3 jupyter-server-1.24.0 jupyter-server-fileid-0.9.0 jupyter-server-ydoc-0.8.0 jupyter-ydoc-0.2.4 jupyterlab-3.6.3 jupyterlab-pygments-0.2.2 jupyterlab-server-2.22.1 lckr-jupyterlab-variableinspector-3.0.9 nbclassic-1.0.0 nbclient-0.7.4 nbconvert-7.4.0 nbformat-5.8.0 nest-asyncio-1.5.6 notebook-shim-0.2.3 packaging-23.1 pkgutil-resolve-name-1.3.10 pygments-2.15.1 python-dateutil-2.8.2 python-json-logger-2.0.7 requests-2.31.0 ypy-websocket-0.8.2 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv # pyqt5 が無いよのエラー&br; # pip install pyqt5==5.12.0 Collecting pyqt5==5.12.0 Downloading PyQt5-5.12-5.12.1_a-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl (61.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.1/61.1 MB 2.0 MB/s eta 0:00:00 Collecting PyQt5_sip<4.20,>=4.19.14 (from pyqt5==5.12.0) Downloading PyQt5_sip-4.19.19-cp37-cp37m-manylinux1_x86_64.whl (67 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.4/67.4 kB 1.7 MB/s eta 0:00:00 Installing collected packages: PyQt5_sip, pyqt5 Attempting uninstall: PyQt5_sip Found existing installation: PyQt5-sip 12.12.1 Uninstalling PyQt5-sip-12.12.1: Successfully uninstalled PyQt5-sip-12.12.1 Successfully installed PyQt5_sip-4.19.19 pyqt5-5.12 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv # 再度installしてみる。 # pip install lckr-jupyterlab-variableinspector Requirement already satisfied: lckr-jupyterlab-variableinspector in /root/anaconda3/lib/python3.7/site-packages (3.0.9) Requirement already satisfied: jupyterlab==3.*,>=3.0.0rc13 in /root/anaconda3/lib/python3.7/site-packages (from lckr-jupyterlab-variableinspector) (3.6.3) Requirement already satisfied: ipython in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (7.4.0) Requirement already satisfied: packaging in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (23.1) Requirement already satisfied: tornado>=6.1.0 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (6.2) Requirement already satisfied: jupyter-core in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.12.0) Requirement already satisfied: jupyterlab-server~=2.19 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.22.1) Requirement already satisfied: jupyter-server<3,>=1.16.0 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.24.0) Requirement already satisfied: jupyter-ydoc~=0.2.3 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.2.4) Requirement already satisfied: jupyter-server-ydoc~=0.8.0 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.8.0) Requirement already satisfied: nbclassic in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.0.0) Requirement already satisfied: notebook<7 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (5.7.8) Requirement already satisfied: jinja2>=2.1 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (3.1.2) Requirement already satisfied: tomli in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.0.1) Requirement already satisfied: MarkupSafe>=2.0 in /root/anaconda3/lib/python3.7/site-packages (from jinja2>=2.1->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.1.2) Requirement already satisfied: anyio<4,>=3.1.0 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (3.7.0) Requirement already satisfied: argon2-cffi in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (21.3.0) Requirement already satisfied: jupyter-client>=6.1.12 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (7.4.9) Requirement already satisfied: nbconvert>=6.4.4 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (7.4.0) Requirement already satisfied: nbformat>=5.2.0 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (5.8.0) Requirement already satisfied: prometheus-client in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.6.0) Requirement already satisfied: pyzmq>=17 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (25.1.0) Requirement already satisfied: Send2Trash in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.8.2) Requirement already satisfied: terminado>=0.8.3 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.17.1) Requirement already satisfied: traitlets>=5.1 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (5.9.0) Requirement already satisfied: websocket-client in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.5.2) Requirement already satisfied: jupyter-server-fileid<1,>=0.6.0 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.9.0) Requirement already satisfied: ypy-websocket<0.9.0,>=0.8.2 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.8.2) Requirement already satisfied: importlib-metadata>=3.6 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-ydoc~=0.2.3->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (6.6.0) Requirement already satisfied: y-py<0.6.0,>=0.5.3 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-ydoc~=0.2.3->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.5.9) Requirement already satisfied: babel>=2.10 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.12.1) Requirement already satisfied: json5>=0.9.0 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.9.14) Requirement already satisfied: jsonschema>=4.17.3 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.17.3) Requirement already satisfied: requests>=2.28 in /root/anaconda3/lib/python3.7/site-packages (from jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.31.0) Requirement already satisfied: ipython-genutils in /root/anaconda3/lib/python3.7/site-packages (from notebook<7->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.2.0) Requirement already satisfied: ipykernel in /root/anaconda3/lib/python3.7/site-packages (from notebook<7->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (5.1.0) Requirement already satisfied: setuptools>=18.5 in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (40.8.0) Requirement already satisfied: jedi>=0.10 in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.13.3) Requirement already satisfied: decorator in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.4.0) Requirement already satisfied: pickleshare in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.7.5) Requirement already satisfied: prompt-toolkit<2.1.0,>=2.0.0 in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.0.9) Requirement already satisfied: pygments in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.15.1) Requirement already satisfied: backcall in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.1.0) Requirement already satisfied: pexpect in /root/anaconda3/lib/python3.7/site-packages (from ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.6.0) Requirement already satisfied: notebook-shim>=0.2.3 in /root/anaconda3/lib/python3.7/site-packages (from nbclassic->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.2.3) Requirement already satisfied: nest-asyncio>=1.5 in /root/anaconda3/lib/python3.7/site-packages (from nbclassic->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.5.6) Requirement already satisfied: idna>=2.8 in /root/anaconda3/lib/python3.7/site-packages (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.8) Requirement already satisfied: sniffio>=1.1 in /root/anaconda3/lib/python3.7/site-packages (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.3.0) Requirement already satisfied: exceptiongroup in /root/anaconda3/lib/python3.7/site-packages (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.1.1) Requirement already satisfied: typing-extensions in /root/anaconda3/lib/python3.7/site-packages (from anyio<4,>=3.1.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.6.2) Requirement already satisfied: pytz>=2015.7 in /root/anaconda3/lib/python3.7/site-packages (from babel>=2.10->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2018.9) Requirement already satisfied: zipp>=0.5 in /root/anaconda3/lib/python3.7/site-packages (from importlib-metadata>=3.6->jupyter-ydoc~=0.2.3->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (3.15.0) Requirement already satisfied: parso>=0.3.0 in /root/anaconda3/lib/python3.7/site-packages (from jedi>=0.10->ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.3.4) Requirement already satisfied: attrs>=17.4.0 in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (19.1.0) Requirement already satisfied: importlib-resources>=1.4.0 in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (5.12.0) Requirement already satisfied: pkgutil-resolve-name>=1.3.10 in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.3.10) Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.14.11) Requirement already satisfied: entrypoints in /root/anaconda3/lib/python3.7/site-packages (from jupyter-client>=6.1.12->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.3) Requirement already satisfied: python-dateutil>=2.8.2 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-client>=6.1.12->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.8.2) Requirement already satisfied: jupyter-events>=0.5.0 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.6.3) Requirement already satisfied: beautifulsoup4 in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (4.7.1) Requirement already satisfied: bleach in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (3.1.0) Requirement already satisfied: defusedxml in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.5.0) Requirement already satisfied: jupyterlab-pygments in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.2.2) Requirement already satisfied: mistune<3,>=2.0.3 in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.0.5) Requirement already satisfied: nbclient>=0.5.0 in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.7.4) Requirement already satisfied: pandocfilters>=1.4.1 in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.4.2) Requirement already satisfied: tinycss2 in /root/anaconda3/lib/python3.7/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.2.1) Requirement already satisfied: fastjsonschema in /root/anaconda3/lib/python3.7/site-packages (from nbformat>=5.2.0->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.17.1) Requirement already satisfied: six>=1.9.0 in /root/anaconda3/lib/python3.7/site-packages (from prompt-toolkit<2.1.0,>=2.0.0->ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.12.0) Requirement already satisfied: wcwidth in /root/anaconda3/lib/python3.7/site-packages (from prompt-toolkit<2.1.0,>=2.0.0->ipython->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.1.7) Requirement already satisfied: charset-normalizer<4,>=2 in /root/anaconda3/lib/python3.7/site-packages (from requests>=2.28->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (3.1.0) Requirement already satisfied: urllib3<3,>=1.21.1 in /root/anaconda3/lib/python3.7/site-packages (from requests>=2.28->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.24.1) Requirement already satisfied: certifi>=2017.4.17 in /root/anaconda3/lib/python3.7/site-packages (from requests>=2.28->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2019.3.9) Requirement already satisfied: ptyprocess in /root/anaconda3/lib/python3.7/site-packages (from terminado>=0.8.3->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.6.0) Requirement already satisfied: aiofiles<23,>=22.1.0 in /root/anaconda3/lib/python3.7/site-packages (from ypy-websocket<0.9.0,>=0.8.2->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (22.1.0) Requirement already satisfied: aiosqlite<1,>=0.17.0 in /root/anaconda3/lib/python3.7/site-packages (from ypy-websocket<0.9.0,>=0.8.2->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.19.0) Requirement already satisfied: argon2-cffi-bindings in /root/anaconda3/lib/python3.7/site-packages (from argon2-cffi->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (21.2.0) Requirement already satisfied: python-json-logger>=2.0.4 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.0.7) Requirement already satisfied: pyyaml>=5.3 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (6.0) Requirement already satisfied: rfc3339-validator in /root/anaconda3/lib/python3.7/site-packages (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.1.4) Requirement already satisfied: rfc3986-validator>=0.1.1 in /root/anaconda3/lib/python3.7/site-packages (from jupyter-events>=0.5.0->jupyter-server-fileid<1,>=0.6.0->jupyter-server-ydoc~=0.8.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.1.1) Requirement already satisfied: cffi>=1.0.1 in /root/anaconda3/lib/python3.7/site-packages (from argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.12.2) Requirement already satisfied: soupsieve>=1.2 in /root/anaconda3/lib/python3.7/site-packages (from beautifulsoup4->nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.8) Requirement already satisfied: webencodings in /root/anaconda3/lib/python3.7/site-packages (from bleach->nbconvert>=6.4.4->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (0.5.1) Requirement already satisfied: pycparser in /root/anaconda3/lib/python3.7/site-packages (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=1.16.0->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.19) Requirement already satisfied: fqdn in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.5.1) Requirement already satisfied: isoduration in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (20.11.0) Requirement already satisfied: jsonpointer>1.13 in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (2.3) Requirement already satisfied: uri-template in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.2.0) Requirement already satisfied: webcolors>=1.11 in /root/anaconda3/lib/python3.7/site-packages (from jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.13) Requirement already satisfied: cached-property>=1.3.0 in /root/anaconda3/lib/python3.7/site-packages (from fqdn->jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.5.2) Requirement already satisfied: arrow>=0.15.0 in /root/anaconda3/lib/python3.7/site-packages (from isoduration->jsonschema>=4.17.3->jupyterlab-server~=2.19->jupyterlab==3.*,>=3.0.0rc13->lckr-jupyterlab-variableinspector) (1.2.3) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv # 成功した&br; PC再起動すると、Jupyter LabのサイドバーにExtention Managerアイコンが表示されるようになった。&br; Extention Managerアイコンを選択するとインストール済み拡張機能の一覧に&br; @lckr/jupyterlab_variableinspector 拡張機能が表示されていた。&br; この状態で各種バージョンを記録。 # pip freeze > requirements.txt # cat requirements.txt aiofiles==22.1.0 aiosqlite==0.19.0 alabaster==0.7.12 anaconda-client==1.7.2 anaconda-navigator==1.9.7 anaconda-project==0.8.2 anyio==3.7.0 argon2-cffi==21.3.0 argon2-cffi-bindings==21.2.0 arrow==1.2.3 asn1crypto==0.24.0 astroid==2.2.5 astropy==3.1.2 atomicwrites==1.3.0 attrs==19.1.0 Babel==2.12.1 backcall==0.1.0 backports.os==0.1.1 backports.shutil-get-terminal-size==1.0.0 beautifulsoup4==4.7.1 bitarray==0.8.3 bkcharts==0.2 bleach==3.1.0 bokeh==1.0.4 boto==2.49.0 Bottleneck==1.2.1 cached-property==1.5.2 certifi==2019.3.9 cffi==1.12.2 chardet==3.0.4 charset-normalizer==3.1.0 Click==7.0 cloudpickle==0.8.0 clyent==1.2.2 colorama==0.4.1 conda==4.6.11 conda-build==3.17.8 conda-verify==3.1.1 contextlib2==0.5.5 cryptography==2.6.1 cycler==0.10.0 Cython==0.29.6 cytoolz==0.9.0.1 dask==1.1.4 decorator==4.4.0 defusedxml==0.5.0 distributed==1.26.0 docutils==0.14 entrypoints==0.3 et-xmlfile==1.0.1 exceptiongroup==1.1.1 fastcache==1.0.2 fastjsonschema==2.17.1 filelock==3.0.10 Flask==1.0.2 fqdn==1.5.1 future==0.17.1 gevent==1.4.0 glob2==0.6 gmpy2==2.0.8 greenlet==0.4.15 h5py==2.9.0 heapdict==1.0.0 html5lib==1.0.1 idna==2.8 imageio==2.5.0 imagesize==1.1.0 importlib-metadata==6.6.0 importlib-resources==5.12.0 ipykernel==5.1.0 ipython==7.4.0 ipython_genutils==0.2.0 ipywidgets==7.4.2 isoduration==20.11.0 isort==4.3.16 itsdangerous==1.1.0 japanize-matplotlib==1.1.3 jdcal==1.4 jedi==0.13.3 jeepney==0.4 Jinja2==3.1.2 json5==0.9.14 jsonpointer==2.3 jsonschema==4.17.3 jupyter==1.0.0 jupyter-console==6.0.0 jupyter-events==0.6.3 jupyter-server==1.24.0 jupyter-ydoc==0.2.4 jupyter_client==7.4.9 jupyter_core==4.12.0 jupyter_server_fileid==0.9.0 jupyter_server_ydoc==0.8.0 jupyterlab==3.6.3 jupyterlab-pygments==0.2.2 jupyterlab_server==2.22.1 keyring==18.0.0 kiwisolver==1.0.1 lazy-object-proxy==1.3.1 lckr-jupyterlab-variableinspector==3.0.9 libarchive-c==2.8 lief==0.9.0 llvmlite==0.28.0 locket==0.2.0 lxml==4.3.2 MarkupSafe==2.1.2 matplotlib==3.0.3 mccabe==0.6.1 mistune==2.0.5 mkl-fft==1.0.10 mkl-random==1.0.2 more-itertools==6.0.0 mplfinance==0.12.9b7 mpmath==1.1.0 msgpack==0.6.1 multipledispatch==0.6.0 navigator-updater==0.2.1 nbclassic==1.0.0 nbclient==0.7.4 nbconvert==7.4.0 nbformat==5.8.0 nest-asyncio==1.5.6 networkx==2.2 nltk==3.4 nose==1.3.7 notebook==5.7.8 notebook_shim==0.2.3 numba==0.43.1 numexpr==2.6.9 numpy==1.16.2 numpydoc==0.8.0 olefile==0.46 openpyxl==2.6.1 packaging==23.1 pandas==0.24.2 pandas-datareader==0.10.0 pandocfilters==1.4.2 parso==0.3.4 partd==0.3.10 path.py==11.5.0 pathlib2==2.3.3 patsy==0.5.1 pep8==1.7.1 pexpect==4.6.0 pickleshare==0.7.5 Pillow==5.4.1 pkginfo==1.5.0.1 pkgutil_resolve_name==1.3.10 pluggy==0.9.0 ply==3.11 prometheus-client==0.6.0 prompt-toolkit==2.0.9 psutil==5.6.1 ptyprocess==0.6.0 py==1.8.0 pycodestyle==2.5.0 pycosat==0.6.3 pycparser==2.19 pycrypto==2.6.1 pycurl==7.43.0.2 pyflakes==2.1.1 Pygments==2.15.1 pylint==2.3.1 pyodbc==4.0.26 pyOpenSSL==19.0.0 pyparsing==2.3.1 PyQt5==5.12 PyQt5-Qt5==5.15.2 PyQt5_sip==4.19.19 pyrsistent==0.14.11 PySocks==1.6.8 pytest==4.3.1 pytest-arraydiff==0.3 pytest-astropy==0.5.0 pytest-doctestplus==0.3.0 pytest-openfiles==0.3.2 pytest-remotedata==0.3.1 python-dateutil==2.8.2 python-json-logger==2.0.7 pytz==2018.9 PyWavelets==1.0.2 PyYAML==6.0 pyzmq==25.1.0 QtAwesome==0.5.7 qtconsole==4.4.3 QtPy==1.7.0 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==0.12.0 ruamel_yaml==0.15.46 scikit-image==0.14.2 scikit-learn==0.20.3 scipy==1.2.1 seaborn==0.9.0 SecretStorage==3.1.1 Send2Trash==1.8.2 simplegeneric==0.8.1 singledispatch==3.4.0.3 six==1.12.0 sniffio==1.3.0 snowballstemmer==1.2.1 sortedcollections==1.1.2 sortedcontainers==2.1.0 soupsieve==1.8 Sphinx==1.8.5 sphinxcontrib-websupport==1.1.0 spyder==3.3.3 spyder-kernels==0.4.2 SQLAlchemy==1.3.1 statsmodels==0.9.0 sympy==1.3 TA-Lib==0.4.26 tables==3.5.1 tblib==1.3.2 terminado==0.17.1 testpath==0.4.2 tinycss2==1.2.1 tomli==2.0.1 toolz==0.9.0 tornado==6.2 tqdm==4.31.1 traitlets==5.9.0 typing_extensions==4.6.2 unicodecsv==0.14.1 uri-template==1.2.0 urllib3==1.24.1 wcwidth==0.1.7 webcolors==1.13 webencodings==0.5.1 websocket-client==1.5.2 Werkzeug==0.14.1 widgetsnbextension==3.4.2 wrapt==1.11.1 wurlitzer==1.0.2 xlrd==1.2.0 XlsxWriter==1.1.5 xlwt==1.3.0 y-py==0.5.9 ypy-websocket==0.8.2 zict==0.1.4 zipp==3.15.0 # [[on windows]] lckr-jupyterlab-variableinspector==3.0.9 となっている。 [[on windows]]へ