PyConsole
Fire up a python console in the browser
PyConsoleคืออะไร?
PyConsole เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://akuiper.com และคุณลักษณะหลักของมันคือ "Fire up a python console in the browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PyConsole
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |