Jupyter Versioning & Comments - by Curvenote

Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com

什麼是Jupyter Versioning & Comments - by Curvenote?

Jupyter Versioning & Comments - by Curvenote是由https://curvenote.com開發的Chrome擴展程式,該擴展的主要功能是“Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Jupyter Versioning & Comments - by Curvenote擴展crx文件

下載Jupyter Versioning & Comments - by Curvenote擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Add cell based commenting and version-control to your local Jupyter Lab and Jupyter Notebook. These sync with your content on curvenote.com and allow you to collaboratively edit and version notebooks between your reports, presentations and your development environment.

By saving a cell or a notebook, it then becomes easy to share, version, comment and incorporate results into other documents!                    

擴展基本資訊

名稱 Jupyter Versioning & Comments - by Curvenote Jupyter Versioning & Comments - by Curvenote
ID egkbkefajoeehbmjgelpmdnpgnleknka
官方網址 https://chromewebstore.google.com/detail/jupyter-versioning-commen/egkbkefajoeehbmjgelpmdnpgnleknka
簡介 Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com
檔案大小 5.86 MB
安裝次數 471
目前版本 1.5.2
更新時間 2022-06-22
上架時間 2020-08-22
開發者 https://curvenote.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://curvenote.com
說明頁面URL https://curvenote.com/for/jupyter
隱私政策頁面URL https://curvenote.com/legal
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jupyter Versioning & Comments - by Curvenote",
    "version": "1.5.2",
    "description": "Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js",
                "0.js",
                "1.js",
                "2.js",
                "3.js",
                "4.js",
                "5.js",
                "6.js"
            ],
            "matches": [
                "http:\/\/*\/*lab*",
                "https:\/\/*\/*lab*",
                "http:\/\/*\/*notebooks*",
                "https:\/\/*\/*notebooks*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.googleapis.com\/*"
        ]
    },
    "author": "Curvenote",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}