PyConsole

Fire up a python console in the browser

Τι είναι το PyConsole;

Το PyConsole είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://akuiper.com, και η κύρια λειτουργία του είναι "Fire up a python console in the browser".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου 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 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"
    }
}