PyConsole
Fire up a python console in the browser
PyConsole क्या है?
PyConsole https://akuiper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fire up a python console in the browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PyConsole एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |