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 là gì?
Jupyter Versioning & Comments - by Curvenote là một tiện ích mở rộng Chrome được phát triển bởi https://curvenote.com, và tính năng chính của nó là "Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jupyter Versioning & Comments - by Curvenote
Tải xuống các tệp mở rộng Jupyter Versioning & Comments - by Curvenote dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jupyter Versioning & Comments - by Curvenote |
ID | egkbkefajoeehbmjgelpmdnpgnleknka |
URL Chính Thức | https://chromewebstore.google.com/detail/jupyter-versioning-commen/egkbkefajoeehbmjgelpmdnpgnleknka |
Mô tả | Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com |
Kích Thước Tệp | 5.86 MB |
Số Lần Cài Đặt | 471 |
Phiên Bản Hiện Tại | 1.5.2 |
Cập Nhật Lần Cuối | 2022-06-22 |
Ngày Phát Hành | 2020-08-22 |
Nhà Phát Triển | https://curvenote.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://curvenote.com |
URL Trang Trợ Giúp | https://curvenote.com/for/jupyter |
URL Trang Chính Sách Bảo Mật | https://curvenote.com/legal |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |