Jupyter Versioning & Comments - by Curvenote

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

Was ist Jupyter Versioning & Comments - by Curvenote?

Jupyter Versioning & Comments - by Curvenote ist eine Chrome-Erweiterung, die von https://curvenote.com entwickelt wurde, und ihr Hauptmerkmal ist "Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Jupyter Versioning & Comments - by Curvenote-Erweiterungs-CRX-Datei herunterladen

Laden Sie Jupyter Versioning & Comments - by Curvenote-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Jupyter Versioning & Comments - by Curvenote Jupyter Versioning & Comments - by Curvenote
ID egkbkefajoeehbmjgelpmdnpgnleknka
Offizielle URL https://chromewebstore.google.com/detail/jupyter-versioning-commen/egkbkefajoeehbmjgelpmdnpgnleknka
Beschreibung Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com
Dateigröße 5.86 MB
Installationsanzahl 471
Aktuelle Version 1.5.2
Letztes Update 2022-06-22
Veröffentlichungsdatum 2020-08-22
Entwickler https://curvenote.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://curvenote.com
Hilfeseite URL https://curvenote.com/for/jupyter
URL der Datenschutzrichtlinien-Seite https://curvenote.com/legal
Unterstützte Sprachen 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"
    }
}