start

検索

以下に検索結果を表示します。

pyopencl
9 ヒット, 最終更新:
境構築]] が必要である。\\ PyOpenCL 仮想環境の作成を行う。(任意)\\ <WRAP prewrap 100% #result> <code> $ python -m venv py38opencl ... </code> </WRAP> pybind11、Mako をインストールする。\\ <WRAP prewrap 100% #result> <code> > pip install pybind11 mako ... する。\\ <code> > pip install pyopencl </code> <WRAP prewrap 100% #result> <code> Collecting pyopencl Downlo... OPS は理論値(8 FLOPS/Clock × 1.9GHz × 2コア)\\ \\ <WRAP prewrap 100%> <code> Execution time of test without OpenC
jupyterlab
12 ヒット, 最終更新:
Python 仮想環境にインストールする。\\ 仮想環境を作成する。(推奨)🤤\\ <WRAP prewrap 100% color_term> <WRAP color_command><html><pre> ... pyJupyterLab** 仮想環境をアクティブ化する🤔\\ * Linux\\ <WRAP prewrap 100% color_term> <WRAP color_command><html><pre> ... </pre></html></WRAP> </WRAP> * Windows\\ <WRAP prewrap 100% color_term> <WRAP color_command><html><pre> ... </html></WRAP> </WRAP> **pip** 自体を最新化する🤔\\ <WRAP prewrap 100% color_term> <WRAP color_command><html><pre>
ipython
3 ヒット, 最終更新:
s ==== <code> > pip install ipython </code> <WRAP prewrap 100% #result_long> <code> Collecting ipython Do... ==== Windows ==== <code> > ipython </code> <WRAP prewrap 100% #result_long> <code> Python 3.7.4 (tags/v3.7... ode> > pip install ipython pyreadline</code><WRAP prewrap 100% #result_long><code> Downloading/unpacking ip
pathlib
2 ヒット, 最終更新:
- github.com]] より\\ ===== パフォーマンス比較 ===== <WRAP prewrap 100% #mincode> <code python dir_search.py> #!/usr... _ == '__main__': main() </code> </WRAP> <WRAP prewrap 100% #result> <code> $ ./dir_search.py 1.32439661
jupyterlab-nvdashboard @python:jupyterlab
1 ヒット, 最終更新:
ubprograms) 共有ライブラリ (libcblas.so.3) が無い😱😇\\ <WRAP prewrap 100% color_term> <WRAP color_command><html><pre>
supervisor
1 ヒット, 最終更新:
code> $ sudo pip install supervisor </code> <WRAP prewrap 100% #result> <code> Collecting supervisor Down
pyodide
1 ヒット, 最終更新:
cripten]] を元に開発されている。\\ ===== コンソール ====== <WRAP prewrap 100% #terminal> <html>Python Interpreter Loading.
selenium
7 ヒット, 最終更新:
de> $ sudo dnf install chromedriver </code> <WRAP prewrap 100% #result_long> <code> メタデータの期限切れの最終確認: 2:47:0... === <code> $ chromedriver --version </code> <WRAP prewrap 100% #result> <code> ChromeDriver 100.0.4896.127 ... WRAP> <code> $ chromedriver --help </code> <WRAP prewrap 100% #result> <code> Usage: chromedriver [OPTIONS... s ==== [[windows:scoop|Scoop]] によるインストール。\\ <WRAP prewrap 100%> <code powershell> $ scoop install chromedri
youtube-dl
16 ヒット, 最終更新:
tput-format mp4 &lt;url&gt;</code></html>\\ <WRAP prewrap 100%> <code> $ youtube-dl --format "bestvideo+bes... ube.com/watch?v=PQhWrgVWHXU </code> </WRAP> <WRAP prewrap 100% #result> <code> [youtube] PQhWrgVWHXU: Downl... Parsley をインストールしてから youtube-dl でダウンロードする。\\ <WRAP prewrap 100%> <code> $ scoop install atomicparsley </code> </WRAP> <WRAP prewrap 100% #result> <code> Installing 'atomicparsley' (
mutagen
5 ヒット, 最終更新:
GNU/Linux]] - github\\ ===== インストール ===== <WRAP prewrap 100%> <code> $ pip install mutagen </code> </WRAP> <WRAP prewrap 100% #result> <code> Looking in indexes: https://... p3」である。\\ [[wpjp>MP3|MP3 - Wikipedia]] より\\ <WRAP prewrap 100% #mincode> <code python> PS > py Python 3.8.1... 、.m4b、.m4v、.m4p、.m4r は Apple 社が決めた拡張子である。\\ <WRAP prewrap 100% #mintbl> ^ 拡張子 ^ 形式 ^ 補足 ^ | [[https:/
moinmoin
15 ヒット, 最終更新:
**quickinstall.py** をリネームする。\\ **Linux**\\ <WRAP prewrap 100%> <code> $ cd moin $ mv quickinstall.py quick... stall.py.org </code> </WRAP> **Windows**\\ <WRAP prewrap 100%> <code> > cd moin > ren quickinstall.py quic... クトリにダウンロードする。(**quickinstall.py** を差し替える)\\ <WRAP prewrap 100%> <code> $ curl -O https://www.tomoyan.net/_m... $ chmod 775 quickinstall.py </code> </WRAP> <WRAP prewrap 100% mincode_long> <file python moin/quickinstall
timeit
7 ヒット, 最終更新:
timeit ====== timeit モジュールは処理の実行時間を計測する。\\ <WRAP prewrap 100% mincode> <code python dir_walk.py> #!/usr/bi... 値を返却するようする。\\ **timeit.template (オリジナル)**\\ <WRAP prewrap 100% mincode> <code python> template = """ def in... ">モンキーパッチの際にインデントを崩してはならない!</span></html>\\ <WRAP prewrap 100% mincode> <code python> timeit.template = """... e> </WRAP> ===== timeit.timeit() の実装 ===== <WRAP prewrap 100% mincode> <code python> # Don't change the in
programming @python:socket
7 ヒット, 最終更新:
jp>Wake-on-LAN|Wake-on-LAN - Wikipedia]]\\ <WRAP prewrap 100% #mincode> <code python> #!/usr/bin/env pytho... __': main() </code> </WRAP> **実行例:**\\ <WRAP prewrap 100%> <code powershell> $ python wol.py </code> </WRAP> <WRAP prewrap 100% #result> <code powershell> usage: wol.py [-h... are required: mac_address </code> </WRAP> <WRAP prewrap 100%> <code powershell> $ python wol.py -h </code
jupyter_notebook
11 ヒット, 最終更新:
de> > pip install jupyter ipykernel </code> <WRAP prewrap 100% #result_long> <code> Collecting jupyter Do... を起動する。\\ <code> > jupyter notebook </code> <WRAP prewrap 100% #result> <code> [I 08:19:03.984 NotebookApp]... ) > pip install environment_kernels </code> <WRAP prewrap 100% #result> <code> Collecting environment_kerne... pyter\jupyter_notebook_config.py** を生成する。\\ <WRAP prewrap 100%> <code> (jupyter) > jupyter notebook --gener
python-vlc
4 ヒット, 最終更新:
(py3_vlc) $ pip install python-vlc </code> <WRAP prewrap 100% #result> <code powershell> Collecting python... ンを指定しているので、必要に応じてインスタンスの起動オプションを修正してください。\\ <WRAP prewrap 100% #mincode> <code python pyvlcplayer.py> #!/us... リンクを辿るように指定)**\\ **eq** で VLC のイコライザーを設定。\\ <WRAP prewrap 100% #mincode> <code> eq <- イコライザー Off の場合は EQ_PR... o-video'</code></html> を指定して、ビデオ出力を無効にする。\\ <WRAP prewrap 100% #mincode> <code python> medias = walk(PA
python_build
1 ヒット, 最終更新:
wxpython
9 ヒット, 最終更新:
django
1 ヒット, 最終更新:
attrdict
3 ヒット, 最終更新:
split_hash
3 ヒット, 最終更新:
custom_management_commands @python:django
1 ヒット, 最終更新:
model_definition @python:django
9 ヒット, 最終更新:
startapp @python:django
3 ヒット, 最終更新:
settings_py @python:django
9 ヒット, 最終更新:
pybluez
2 ヒット, 最終更新:
runserver @python:django
5 ヒット, 最終更新:
django_install @python:django
6 ヒット, 最終更新:
pyserial
2 ヒット, 最終更新:
voice_analysis
3 ヒット, 最終更新:
beautifulsoup
6 ヒット, 最終更新:
gunicorn
11 ヒット, 最終更新:
python_install
10 ヒット, 最終更新:
uwsgi
17 ヒット, 最終更新:
argparse
7 ヒット, 最終更新:
numpy_scipy_matplotlib
2 ヒット, 最終更新:
musicbrainzngs
1 ヒット, 最終更新:
django_reference_memo @python:django
3 ヒット, 最終更新:
create_table_superuser @python:django
3 ヒット, 最終更新:
get_shell_cmds
2 ヒット, 最終更新:
pythonnet
1 ヒット, 最終更新:
cefpython
1 ヒット, 最終更新:
easy_install
2 ヒット, 最終更新:
python-hwinfo
1 ヒット, 最終更新: