|
|
|
|
|
by sireat
1879 days ago
|
|
what would be advantages to going to Deepnote from regular Jupyter notebooks based workflow? Let's assume someone who has been working with Jupyter notebooks(mostly Python based) for a long time. Are Deepnote notebooks exportable? The big worry is that you guys decide to pivot or radically change your pricing model and there is no offramp. By comparison I don't mind using Google Colab. If Google Colab decides to shutdown or 100x their price I can take my .ipynb files and use them on my local littlest JupyterHub instance. |
|
In general the main selling points are live collaboration (you can work on a notebook with you team as you'd do on a google doc), and integrations (you can plug-in your snowflake db, or s3 bucket or whatever, and have it connected for any further analysis, or a long-term training, etc.
For many non-software-developer data scientists, it's also easier to work in a cloud environment compared to installing stuff locally, and to version their notebooks in Deepnote instead of git. But this really depends on the particular workflow that one has.