Jupyter Versioning & Comments - by Curvenote

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

Vad är Jupyter Versioning & Comments - by Curvenote?

Jupyter Versioning & Comments - by Curvenote är en Chrome-tillägg utvecklad av https://curvenote.com, och dess huvudfunktion är "Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Jupyter Versioning & Comments - by Curvenote-förlängningens CRX-fil

Ladda ner Jupyter Versioning & Comments - by Curvenote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Jupyter Versioning & Comments - by Curvenote Jupyter Versioning & Comments - by Curvenote
ID egkbkefajoeehbmjgelpmdnpgnleknka
Officiell webbadress https://chromewebstore.google.com/detail/jupyter-versioning-commen/egkbkefajoeehbmjgelpmdnpgnleknka
Beskrivning Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com
Filstorlek 5.86 MB
Antal Installationer 471
Aktuell Version 1.5.2
Senast Uppdaterad 2022-06-22
Publiceringsdatum 2020-08-22
Utvecklare https://curvenote.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://curvenote.com
Hjälpsida URL https://curvenote.com/for/jupyter
URL till Sekretesspolicy Sidan https://curvenote.com/legal
Stödda Språk 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"
    }
}