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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}