差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| python:jupyterlab:jupyterlab-nvdashboard [2022/09/11 02:55] – [共有ライブラリの依存関係を調べる] ともやん | python:jupyterlab:jupyterlab-nvdashboard [2023/05/16 07:29] (現在) – [jupyterlab_nvdashboard] ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== jupyterlab_nvdashboard ====== | ====== jupyterlab_nvdashboard ====== | ||
| - | [[git> | + | [[git> |
| + | <WRAP zoomimg w400 x1_7> | ||
| + | {{: | ||
| + | </ | ||
| ====== インストール ====== | ====== インストール ====== | ||
| 行 393: | 行 396: | ||
| <WRAP color_term> | <WRAP color_term> | ||
| <WRAP color_command>< | <WRAP color_command>< | ||
| - | $ pip show numpy | + | $ pip show --verbose |
| </ | </ | ||
| - | < | + | < |
| Name: numpy | Name: numpy | ||
| Version: 1.23.2 | Version: 1.23.2 | ||
| 行 406: | 行 409: | ||
| Requires: | Requires: | ||
| Required-by: | Required-by: | ||
| + | Metadata-Version: | ||
| + | Installer: pip | ||
| + | Classifiers: | ||
| + | Development Status :: 5 - Production/ | ||
| + | Intended Audience :: Science/ | ||
| + | Intended Audience :: Developers | ||
| + | License :: OSI Approved :: BSD License | ||
| + | Programming Language :: C | ||
| + | Programming Language :: Python | ||
| + | Programming Language :: Python :: 3 | ||
| + | Programming Language :: Python :: 3.8 | ||
| + | Programming Language :: Python :: 3.9 | ||
| + | Programming Language :: Python :: 3.10 | ||
| + | Programming Language :: Python :: 3 :: Only | ||
| + | Programming Language :: Python :: Implementation :: CPython | ||
| + | Topic :: Software Development | ||
| + | Topic :: Scientific/ | ||
| + | Typing :: Typed | ||
| + | Operating System :: Microsoft :: Windows | ||
| + | Operating System :: POSIX | ||
| + | Operating System :: Unix | ||
| + | Operating System :: MacOS | ||
| + | Entry-points: | ||
| + | [array_api] | ||
| + | numpy = numpy.array_api | ||
| + | | ||
| + | [console_scripts] | ||
| + | f2py = numpy.f2py.f2py2e: | ||
| + | f2py3 = numpy.f2py.f2py2e: | ||
| + | f2py3.9 = numpy.f2py.f2py2e: | ||
| + | | ||
| + | [pyinstaller40] | ||
| + | hook-dirs = numpy: | ||
| + | Project-URLs: | ||
| + | Bug Tracker, https:// | ||
| + | Documentation, | ||
| + | Source Code, https:// | ||
| </ | </ | ||
| </ | </ | ||