Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/src/packages/next/components/landing/compare.json
Views: 687
[1{2"name": "jupyter",3"title": "Online Jupyter Notebooks",4"link": "/features/jupyter-notebook",5"products": [6{ "key": "cocalc", "name": "CoCalc", "link": "https://cocalc.com" },7{8"key": "mybinder",9"name": "MyBinder",10"link": "https://mybinder.org/"11},12{13"key": "colab",14"name": "Colab",15"link": "https://colab.research.google.com/"16},17{ "key": "datalore", "name": "Datalore", "link": "https://datalore.io" },18{19"key": "deepnote",20"name": "Deepnote",21"link": "https://www.deepnote.com/"22}23],24"rows": [25{26"feature": "Programming languages",27"cocalc": "Python, Sage, R, Octave, and many more",28"mybinder": "Python, R, etc. and customizable",29"colab": "Python 3",30"datalore": "Python 3",31"deepnote": "Python 3, Quip"32},33{34"feature": "IPython Widgets",35"cocalc": true,36"mybinder": true,37"colab": true,38"datalore": true,39"deepnote": true40},41{42"feature": "File sharing between users",43"cocalc": true,44"mybinder": false,45"colab": true,46"datalore": true,47"deepnote": true48},49{50"feature": "Realtime collaboration: multiple people use the same notebook together",51"cocalc": true,52"colab": {53"type": false,54"note": "Colab used to have realtime sync, but it ended in 2017, when Google terminated their realtime API product.",55"link": "https://workspaceupdates.googleblog.com/2017/11/committed-to-storage-apis-retiring.html"56},57"mybinder": "Possible via experimental extension to JupyterLab.",58"datalore": true,59"deepnote": true60},61{62"feature": "Persistence",63"cocalc": true,64"mybinder": false,65"colab": "Notebook persists, but data and files do not.",66"datalore": true,67"deepnote": true68},69{70"feature": "Large preinstalled software environment",71"cocalc": {72"type": true,73"note": "1500+ Python libraries preinstalled; extensive R, Julia, Octave, and other packages.",74"link": "https://cocalc.com/software/python"75},76"mybinder": "Limited",77"deepnote": {78"type": true,79"note": "27 featured Python packages",80"link": "https://docs.deepnote.com/environment/pre-installed-packages"81},82"datalore": "Python3, SQL, Scala, R, and Kotlin kernels; large pre-installed env with top data science packages"83},84{85"feature": "Paid Plans",86"cocalc": {87"type": true,88"note": " Basic - $2 person/month; Pro - scales linearly depending on the resources you need; Pay as you go access to all VM's that Google Cloud offers with uniquely powerful spot instance price discovery",89"link": "https://cocalc.com/store"90},91"mybinder": { "type": false, "note": "Free only" },92"colab": {93"type": true,94"note": "Pro - $9.99 person/month; Pro+ - $49.99 person/month",95"link": "https://colab.research.google.com/signup/pricing"96},97"datalore": {98"type": true,99"note": "Pro - $19.90 person/month; Enterprise - $125 person/month",100"link": "https://www.jetbrains.com/datalore/enterprise/"101},102"deepnote": {103"type": true,104"note": "Pro - $12 person/month; Enterprise - $99 person / month; plus an additional hourly fee for more powerful compute resources at about 7x the market rate",105"link": "https://deepnote.com/pricing"106}107},108{109"feature": "Disk space",110"cocalc": "3GB/project for free, and can buy up to 65TB disks via compute servers",111"mybinder": "Ephemeral",112"colab": "Uses your Google Drive storage",113"datalore": "Limit of two simultaneously running notebooks",114"deepnote": "5GB for free"115},116{117"feature": "Memory",118"cocalc": "1GB/project for free, and can buy TB's of RAM via compute servers",119"datalore": "Limit of two simultaneously running notebooks",120"deepnote": "several GB for free"121},122{123"feature": "Idle timeout",124"cocalc": "30 minutes for free; pay for more",125"deepnote": "15 minutes for free; pay for more"126},127{128"feature": "Network access",129"cocalc": "Only for non-free projects; also compute servers provide network access",130"colab": true,131"datalore": true,132"mybinder": true,133"deepnote": true134},135{136"feature": "Public Google-indexed searchable publishing of files",137"cocalc": "Paid",138"mybinder": false,139"datalore": true,140"deepnote": true141},142{143"feature": "Self hosting",144"cocalc": {145"note": "Docker image, Kubernetes Helm charts, on Prem compute servers",146"type": true,147"link": "https://doc.cocalc.com/on-premises.html"148},149"mybinder": true,150"colab": {151"note": "Docker image local runtimes",152"type": true,153"link": "https://research.google.com/colaboratory/local-runtimes.html"154},155"datalore": {156"type": true,157"link": "https://www.jetbrains.com/datalore/enterprise/"158},159"deepnote": false160},161{162"feature": "Open source",163"cocalc": {164"type": false,165"note": "Partial (noncommercial MS-RSL). Commercial license available.",166"link": "https://github.com/sagemathinc/cocalc"167},168"mybinder": true,169"colab": {170"type": false,171"note": "Some components are open",172"link": "https://github.com/googlecolab"173},174"datalore": false,175"deepnote": {176"type": false,177"note": "Some of their modifications to upstreams projects are open source",178"link": "https://github.com/deepnote"179}180},181{182"feature": "GPUs",183"cocalc": {184"type": true,185"note": "YES -- pay as you go via compute servers and on prem",186"link": "https://doc.cocalc.com/compute_server.html"187},188"mybinder": "Only when self hosted",189"colab": "Yes, for free and paid.",190"datalore": "Datalore Professional and when self-hosted",191"deepnote": true192}193]194},195{196"name": "latex",197"title": "Online LaTeX Editors",198"link": "/features/latex-editor",199"products": [200{ "key": "cocalc", "name": "CoCalc", "link": "https://cocalc.com" },201{202"key": "overleaf",203"name": "Overleaf",204"link": "https://www.overleaf.com/"205},206{207"key": "authorea",208"name": "Authorea",209"link": "https://www.authorea.com/"210},211{212"key": "papeeria",213"name": "Papeeria",214"link": "https://papeeria.com/"215}216],217"rows": [218{219"feature": "Realtime collaboration and sync",220"cocalc": true,221"overleaf": "Limited number of collaborators",222"authorea": false223},224{225"feature": "PDFLaTeX rendering engine",226"cocalc": true,227"overleaf": true,228"authorea": false229},230{231"feature": "XeLaTeX rendering engine",232"cocalc": true,233"overleaf": true,234"authorea": false235},236{237"feature": "LuaTeX rendering engine",238"cocalc": true,239"overleaf": true,240"authorea": false241},242{243"feature": "Run Python, R and other scripts as part of compilation",244"cocalc": {245"type": true,246"note": "CoCalc is particularly good at this."247},248"overleaf": { "type": true, "note": "But limited." },249"authorea": false,250"papeeria": false251},252{253"feature": "R/Knitr",254"cocalc": true,255"overleaf": "Limited - very few packages, limited syntax, no caching, slow",256"authorea": false,257"papeeria": false258},259{260"feature": "SageTex",261"cocalc": true,262"overleaf": false,263"authorea": false,264"papeeria": false265},266{267"feature": "PythonTex",268"cocalc": true,269"overleaf": false,270"authorea": false,271"papeeria": false272},273{274"feature": "Upload files",275"cocalc": true,276"overleaf": true,277"authorea": true,278"papeeria": true279},280{281"feature": "Forward and inverse search",282"cocalc": true,283"overleaf": true,284"authorea": null,285"papeeria": true286},287{288"feature": "Multifile support",289"cocalc": true,290"overleaf": true,291"authorea": null,292"papeeria": true293},294{295"feature": "WYSIWYG",296"cocalc": {297"type": true,298"note": "This is WYSIWYG collaborative markdown editor, with LaTeX math support."299},300"overleaf": {301"type": true,302"note": "This is only a partial WYSIWYG-like mode."303},304"authorea": true,305"papeeria": false306},307{308"feature": "Equation editor",309"cocalc": false,310"overleaf": false,311"authorea": true,312"papeeria": false313},314{315"feature": "Bibliography",316"cocalc": {317"type": true,318"note": "Only BibTex via LaTeX (nothing sophisticated)"319},320"overleaf": true,321"authorea": true,322"papeeria": { "type": true, "note": "Limited" }323},324{325"feature": "Preloaded journal templates",326"cocalc": {327"type": false,328"note": "However, you can easily upload a template from a journal."329},330"overleaf": true,331"authorea": true,332"papeeria": false333},334{335"feature": "Self hosting",336"cocalc": true,337"overleaf": true,338"authorea": false,339"papeeria": false340}341]342},343{344"name": "terminal",345"title": "Online Linux Terminal",346"link": "/features/terminal",347"products": [348{ "key": "cocalc", "name": "CoCalc", "link": "https://cocalc.com" },349{350"key": "cloud",351"name": "GCE/AWS/Azure Clouds"352},353{354"key": "lxd",355"name": "LXD.org",356"link": "https://linuxcontainers.org/"357},358{359"key": "webminal",360"name": "Webminal",361"link": "https://www.webminal.org/"362}363],364"rows": [365{366"feature": "Free access for unlimited time",367"cocalc": true,368"cloud": { "type": false, "note": "Limited trial with credit card" },369"lxd": true,370"webminal": true371},372{373"feature": "Full Linux",374"cocalc": {375"type": true,376"note": "Compute servers provide full root access to a dedicated virtual machine and ability to run any Docker containers.",377"link": "https://doc.cocalc.com/compute_server.html"378},379"cloud": true,380"lxd": true381},382{383"feature": "Count of of pre-installed packages, by running 'apt list --installed | wc -l' or 'rpm -qa | wc -l'",384"cocalc": "~ 9500",385"cloud": null,386"lxd": "~ 200",387"webminal": "~ 700"388},389{390"feature": "Copy/paste",391"cocalc": true,392"cloud": true,393"lxd": true394},395{396"feature": "Periodic backups of your data",397"cocalc": true,398"cloud": true,399"lxd": false,400"webminal": false401},402{403"feature": "Persistence of your data",404"cocalc": true,405"cloud": true,406"lxd": false407},408{409"feature": "Ease of setup and configuration",410"cocalc": "Easy",411"cloud": "Hard",412"lxd": "Very Easy",413"webminal": "Medium"414},415{416"feature": "Root access",417"cocalc": true,418"cloud": true,419"lxd": true,420"webminal": { "note": "Limited" }421}422]423}424]425426427