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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://curvenote.com, και η κύρια λειτουργία του είναι "Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Jupyter Versioning & Comments - by Curvenote
Λήψη αρχείων επέκτασης 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 |
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" } } |