python:pyodide

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
python:pyodide [2020/02/05 07:29] – [インストール] ともやんpython:pyodide [2022/01/23 07:25] – [参考文献] ともやん
行 108: 行 108:
 >>> import sys >>> import sys
 >>> sys.version >>> sys.version
-3.7.0 (default, Aug 14 2019, 15:05:57+3.7.0 (default, Dec 11 2019, 12:37:21
 [Clang 6.0.1 ] [Clang 6.0.1 ]
 >>> sys.version_info >>> sys.version_info
行 122: 行 122:
 ===== インストール ===== ===== インストール =====
 [[https://github.com/iodide-project/pyodide/releases|Releases · iodide-project/pyodide · GitHub]] より [[https://github.com/iodide-project/pyodide/releases/download/0.14.3/pyodide-build-0.14.3.tar.bz2|pyodide-build-0.14.3.tar.bz2]] をダウンロードして Web サーバーに配置する。\\ [[https://github.com/iodide-project/pyodide/releases|Releases · iodide-project/pyodide · GitHub]] より [[https://github.com/iodide-project/pyodide/releases/download/0.14.3/pyodide-build-0.14.3.tar.bz2|pyodide-build-0.14.3.tar.bz2]] をダウンロードして Web サーバーに配置する。\\
 +<code>
 +$ curl -LO https://github.com/iodide-project/pyodide/releases/download/0.14.3/pyodide-build-0.14.3.tar.bz2
 +$ tar jxvf pyodide-build-0.14.3.tar.bz2 -C dokuwiki/data/media/python/pyodide/
 +</code>
  
 ==== console.html を実行する ==== ==== console.html を実行する ====
行 163: 行 167:
 ===== 参考文献 ===== ===== 参考文献 =====
 [[https://hacks.mozilla.org/2019/04/pyodide-bringing-the-scientific-python-stack-to-the-browser/|Pyodide: Bringing the scientific Python stack to the browser - Mozilla Hacks - the Web developer blog]]\\ [[https://hacks.mozilla.org/2019/04/pyodide-bringing-the-scientific-python-stack-to-the-browser/|Pyodide: Bringing the scientific Python stack to the browser - Mozilla Hacks - the Web developer blog]]\\
 +[[https://www.publickey1.jp/blog/22/rubywebassemblywasiwebassemblyruby.html|]]\\
  
  • python/pyodide.txt
  • 最終更新: 2022/10/12 07:15
  • by ともやん