PyConsole

Fire up a python console in the browser

什么是PyConsole?

PyConsole是由https://akuiper.com开发的Chrome扩展程序,该扩展的主要功能是“Fire up a python console in the browser”。

扩展截图

screenshot
screenshot

下载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 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"
    }
}