Jupyter Versioning & Comments - by Curvenote

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

O que é Jupyter Versioning & Comments - by Curvenote?

Jupyter Versioning & Comments - by Curvenote é uma extensão do Chrome desenvolvida por https://curvenote.com, e sua principal característica é "Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Jupyter Versioning & Comments - by Curvenote

Baixe arquivos de extensão Jupyter Versioning & Comments - by Curvenote no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Jupyter Versioning & Comments - by Curvenote Jupyter Versioning & Comments - by Curvenote
ID egkbkefajoeehbmjgelpmdnpgnleknka
URL Oficial https://chromewebstore.google.com/detail/jupyter-versioning-commen/egkbkefajoeehbmjgelpmdnpgnleknka
Descrição Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com
Tamanho do Arquivo 5.86 MB
Contagem de Instalações 471
Versão Atual 1.5.2
Última Atualização 2022-06-22
Data de Publicação 2020-08-22
Desenvolvedor https://curvenote.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://curvenote.com
URL da Página de Ajuda https://curvenote.com/for/jupyter
URL da Página de Política de Privacidade https://curvenote.com/legal
Idiomas Suportados 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"
    }
}