python:jupyterlab:jupyterlab-nvdashboard

差分

このページの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>rapidsai/jupyterlab-nvdashboard|rapidsai/jupyterlab-nvdashboard: A JupyterLab extension for displaying dashboards of GPU usage.]]\\+[[git>rapidsai/jupyterlab-nvdashboard|rapidsai/jupyterlab-nvdashboard: A JupyterLab extension for displaying dashboards of GPU usage.]] [[gtr>https://github.com/rapidsai/jupyterlab-nvdashboard|翻訳]]\\ 
 +<WRAP zoomimg w400 x1_7> 
 +{{:python:jupyterlab:jupyterlab_nvdashboard_001.png?1024|jupyterlab_nvdashboard 001}}\\ 
 +</WRAP>
  
 ====== インストール ====== ====== インストール ======
行 393: 行 396:
 <WRAP color_term> <WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-$ pip show numpy+$ pip show --verbose numpy
 </pre></html></WRAP> </pre></html></WRAP>
-<WRAP color_result><html><pre>+<WRAP color_result_long><html><pre>
 Name: numpy Name: numpy
 Version: 1.23.2 Version: 1.23.2
行 406: 行 409:
 Requires:  Requires: 
 Required-by: bokeh Required-by: bokeh
 +Metadata-Version: 2.1
 +Installer: pip
 +Classifiers:
 +  Development Status :: 5 - Production/Stable
 +  Intended Audience :: Science/Research
 +  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/Engineering
 +  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:main
 +  f2py3 = numpy.f2py.f2py2e:main
 +  f2py3.9 = numpy.f2py.f2py2e:main
 +  
 +  [pyinstaller40]
 +  hook-dirs = numpy:_pyinstaller_hooks_dir
 +Project-URLs:
 +  Bug Tracker, https://github.com/numpy/numpy/issues
 +  Documentation, https://numpy.org/doc/1.23
 +  Source Code, https://github.com/numpy/numpy
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
  • python/jupyterlab/jupyterlab-nvdashboard.1662832507.txt.gz
  • 最終更新: 2022/09/11 02:55
  • by ともやん