PyConsole
Fire up a python console in the browser
PyConsoleとは何ですか?
PyConsoleはhttps://akuiper.comによって開発されたChromeの拡張機能で、その主な機能は「Fire up a python console in the browser」です。
拡張機能のスクリーンショット
PyConsole拡張機能のCRXファイルをダウンロード
PyConsole拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PyConsole is an extension which you can use to directly run python programs in the browser; It mimics the behavior of a normal REPL that you can launch in a terminal but aims to achieve more with the power of the browser environment. You can import popular data analysis libraries such numpy and pandas for data wrangling or just write normal python snippet for day to day tasks. You can even create beautiful visualizations directly in the console using the altair / matplotlib / plotly library. Pro tips: 1. In case you encounter a dead session, try start a new session by clicking the > icon. It will maintain all information from the current session. 2. Delete commands you don't like any more by clicking the trash icon to keep the session clean.
拡張機能の基本情報
名前 | PyConsole |
ID | nmeljanfelkjifemaenfinpkbifpceoo |
公式URL | https://chromewebstore.google.com/detail/pyconsole/nmeljanfelkjifemaenfinpkbifpceoo |
説明 | Fire up a python console in the browser |
ファイルサイズ | 10.47 KB |
インストール数 | 649 |
現在のバージョン | 0.18.0 |
最終更新日 | 2023-04-30 |
公開日 | 2021-01-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://akuiper.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://akuiper.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PyConsole", "description": "Fire up a python console in the browser", "version": "0.18.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon128.png" }, "background": { "service_worker": "serviceworker.js" } } |