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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jupyter Versioning & Comments - by Curvenote एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ID | egkbkefajoeehbmjgelpmdnpgnleknka |
आधिकारिक URL | 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" } } |