Sie müssen eingeloggt sein, um auf diese Seite zugreifen zu können.
Save to My Lists

Deepnote Reviews & Product Details - Page 5

Deepnote Overview

What is Deepnote?

Deepnote is building the best data science notebook for teams. In the notebook, users can connect their data, explore and analyze it with real-time collaboration and versioning, and easily share and present the polished assets to end users. All of this is done through a powerful, browser-based UI that runs in the cloud. Features include: - Features: - Sharing notebooks and projects via URL - Inviting others to view, comment and collaborate, with version control - Publishing notebooks with visualizations for presentations - Sharing datasets between projects - Full linux terminal access - Code completion - Automatic python package management - Importing from github - PostgreSQL DB connection

Deepnote Details
Languages Supported
English
Show LessShow More
Product Description

Deepnote is a new kind of data science notebook. Real-time collaboration, zero setup, and completely cloud-based.


Seller Details
Seller
Deepnote
Year Founded
2019
HQ Location
San Francisco , US
Twitter
@DeepnoteHQ
5,147 Twitter followers
LinkedIn® Page
www.linkedin.com
38 employees on LinkedIn®
Description

Deepnote is a notebook that brings teams together to explore, analyze and present data from start to finish. Jupyter-compatible with real-time collaboration, in the cloud.


ML
Overview Provided by:

Deepnote Integrations

(8)
Integration information sourced from real user reviews.

Recent Deepnote Reviews

Verified User
U
Verified UserMid-Market (51-1000 emp.)
4.0 out of 5
"Amazed by Deepnote"
I really like how easy it was to access/upload new files to DeepNote and start using them, unlike Google Colab, where I had to remount it, and it u...
Verified User
U
Verified UserSmall-Business (50 or fewer emp.)
3.5 out of 5
"Review for Deepnote.com"
Friendly UI which is a nice alternative to Colab. Suitable alternative if you want an alternative to Google products
JY
Joy Y.Small-Business (50 or fewer emp.)
5.0 out of 5
"Makes self-service for our company crazy simple"
I love being able to build a query, parameterize it, and sharing it with end users who are able to go in and input their desired date ranges and pa...

Deepnote Media

Answer a few questions to help the Deepnote community
Have you used Deepnote before?
Yes

267 Deepnote Reviews

4.5 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
267 Deepnote Reviews
4.5 out of 5
267 Deepnote Reviews
4.5 out of 5

Deepnote Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Verified User in Computer Software
UC
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about Deepnote?

What I love most about Deepnote is how easy it is to collaborate with my team in real-time—it really streamlines the whole process and boosts our productivity. The interface is super intuitive, so even if you're not a coding expert, you can still get up to speed quickly. Another big plus is how well it connects with different data sources, making it simple to set up data analysis workflows. Because it's cloud-based, I don’t have to deal with complicated local installs, which is a huge time-saver. I also find the AI tools really handy for code suggestions and debugging, making it quicker to write and fix code. Review collected by and hosted on G2.com.

What do you dislike about Deepnote?

Nothing much,

Could perhaps do with some additional viz capabilities to analyse your data but not a big deal Review collected by and hosted on G2.com.

What problems is Deepnote solving and how is that benefiting you?

We use Deepnote mainly for AI-enrichment of our GTM data, along with data cleansing and modeling. It's been a helpful tool in our workflow, making it easier to clean up data and add valuable insights before analysis. I like how we can build and tweak models directly in Deepnote, which helps keep our data processes smooth and efficient. Review collected by and hosted on G2.com.

Verified User in Higher Education
UH
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about Deepnote?

The most helpful: The embedded Chat GPT AI enables me to move extremely quickly to do complex visualizations across meshgrids, quickly turn collected data into data frames, and after providing clear examples of the backend code or functions I would like to run, is able to permute or iron out my work. Basically Deepnote lets me work really quickly, given I know what I'm trying, and then share the results cleanly. Saves me so much time. Review collected by and hosted on G2.com.

What do you dislike about Deepnote?

It used to be that the AI generation window would cover error messages. I believe that's been improved. In addition it used to be that as you typed text it would always try to autocomplete, which would be distracting for non code text. That has also been made optional.

Right now it's that the performance for long notebooks ("Deep Notebooks") can get really bad, especially on Chrome on Linux. It can get to the point where I can't open some of my notebooks in Chrome because they will just crash the browser.

Also, I would like the table of contents feature to be an optional hover window so I can see it anywhere. For DeepNotes with lots of variables, having to scroll through all the variables to get to the table of contents defeats the purpose of the table of contents in the first place. Review collected by and hosted on G2.com.

What problems is Deepnote solving and how is that benefiting you?

I use Deepnote for many different problems. 1) Performing visualizations, analysis, and developing models or conclusions. Typically I import data into dataframes and then use that data to perform engineering calculations or train models. I then do visualizations of my results. A common case I use it for is optimization for controls and design synthesis problems. I then mix my work with headers and Markdown for organization, and then share my notebooks as Apps.

Deepnote mostly handles all of the very tedious time consuming steps (Data wrangling and plotting) via its ChatGPT integration. Chat GPT is not currently trustable for my mission critical backend optimization or modelling code, but once I have written backend functions, it is able to use those examples, and Deepnote then is able to help me quickly refine and visualize until I get my desired results. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about Deepnote?

I really like how easy it is in Deepnote to utilize both SQL and Python in the same notebook. I like the ability to build out datasets with a SQL query and then reference them with Python to manipulate the data. I also like the deepnote AI features that allow for easy editing and creation of code even faster than it would be if I was troubleshooting. Review collected by and hosted on G2.com.

What do you dislike about Deepnote?

I think that the scheduling features on Deepnote are still a little bit limited, with an inability to schedule multiple notebooks in one project. I do like the addition of CRON scheduling, though. Review collected by and hosted on G2.com.

What problems is Deepnote solving and how is that benefiting you?

Deepnote solves the issue of trying to use multiple coding languages in the same project. This benefits me because I am able to easily pull datasets using SQL and then easily manipulate that data using Python rather than writing extended SQL queries that can become very complex. Review collected by and hosted on G2.com.

BD
Co-founder - Head of Data
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about Deepnote?

It allows me to very easily schedule jobs and run scripts without having to do hours of refactoring.

Super easy to use and get set up.

Best value for money in the market.

The ai companion is helpful to debug code as well. Review collected by and hosted on G2.com.

What do you dislike about Deepnote?

The fact that you can only scehdule 1 notebook per project makes it clunky

The project-based hierarchy of the tool is a little confusing, it took me a little while to learn how to navigate the tool Review collected by and hosted on G2.com.

What problems is Deepnote solving and how is that benefiting you?

It allows to me to run complex scripts on a schedule and get automation early in projects.

It saves me a lot of time and effort by allowing to automate a lot of taljs very easily Review collected by and hosted on G2.com.

VC
Head of Design
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about Deepnote?

The user interface is very simple and easy to understand even if you are not a developer. I like the they have preinstalled phyton libraries that saves me time. And I also like the debugging tools. Review collected by and hosted on G2.com.

What do you dislike about Deepnote?

If I'm working with a big dataset, the performance decrease and the other inconvinience is the fact that you have to be online always. Review collected by and hosted on G2.com.

What problems is Deepnote solving and how is that benefiting you?

The fact that I can create analytics reports so easily, allows me to make decisions about my business quickly.The interactive dashboards serve as a presentation tool for meetings with other decision makers. Review collected by and hosted on G2.com.

AL
Principal Product Manager
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about Deepnote?

Increased Speed: Writing SQL and Python has become 20x faster for me thanks to Deepnote. I can focus on analysis rather than getting bogged down in coding syntax.

Intelligent Code Assistance: Deepnote understands syntax and functions that I might not be aware of, making coding feel more intuitive. I rarely write SQL or Python code from scratch anymore.

Library Identification: The platform efficiently identifies the necessary libraries for my projects, saving me time and reducing errors.

Human Language to Code Translation: I’m impressed by its ability to translate human language into code with sophistication, making it accessible for users of varying coding expertise. Review collected by and hosted on G2.com.

What do you dislike about Deepnote?

SQL Variants Recognition: Sometimes, Deepnote struggles to recognize the different variants of SQL depending on the specific database provider, leading to compatibility issues with certain functions.

Import Library Management: The automatic generation of import statements can be problematic, as it sometimes puts imports inline. This can cause issues since we shouldn’t re-import libraries every time we run code. It would be helpful if Deepnote provided a way to manage library imports as a starting command for each session.

AI Bug Fixing Reliability: The AI assistance for bug fixing isn't always reliable, and I often find myself fixing bugs manually, which can be time-consuming. Review collected by and hosted on G2.com.

What problems is Deepnote solving and how is that benefiting you?

Deepnote is solving several key problems in my data analysis workflow. Firstly, it allows me to quickly perform analyses without the need to think about the initial SQL or Python commands, which significantly speeds up my process. About 90% of the time, the code that Deepnote generates is good enough for my needs, enabling me to focus on analyzing the data rather than getting bogged down in coding specifics.

When the auto-generated code isn’t exactly what I want, I can easily refine it due to my background in SQL and Python. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
Rating Updated ()
What do you like best about Deepnote?

The generative AI function saves me a lot of time writing codes and helps me to explain the logic and the result of some statistical tests.

The UI is also clean and neat so that I can navigate easily. The App feature is a plus, as it allows us to share our work with stakeholders without the need for extra licenses.

The integration is easy with AWS service as long as you have the correct role and permission with your AWS account.

The implementation is just like jupyter notebook which is simple to use and organised very structurally.

It's really hands-on so I use it for almost all the projects.

In terms of customer support, my team met the Deepnote team once and they are very knowledgeable and willing to share how to use Deepnote the best way. They also took my suggestion into account and I am so glad that my feedback is being heard. Review collected by and hosted on G2.com.

What do you dislike about Deepnote?

Sometimes the speed of running the notebook is slow. Also, big files cannot be uploaded directly. Review collected by and hosted on G2.com.

What problems is Deepnote solving and how is that benefiting you?

Deepnote provides a collaboration platform for my team where we can share our works and feedback without the need of sending the files around. It also allows us to create "App" so that we can make some data products for the stakeholders easily and this was nearly impossible with other tools effortlessly. Review collected by and hosted on G2.com.

RR
Consultant
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about Deepnote?

I love how it works where ever I am - no matter what physical machine I am on at the time.

I love the AI - it helps me so much with code, allowing me to focus on great questions.

It is simple to set up, run and maintain. I switch on an work - simple as that!

I love the interface and workspace - as a self taught data person (50yrs old) I find it allows me to focus on the data and not the IDE. Review collected by and hosted on G2.com.

What do you dislike about Deepnote?

Where are downsides? Well ok...if I have to find some then maybe because it is cloud based some of my future clients might be concened about privacy but I feel you have that covered. Review collected by and hosted on G2.com.

What problems is Deepnote solving and how is that benefiting you?

Deepnotes let me tackle data problems I would have considered above my wirght category. I am new and self taught and Deepnore maks me feel like we can teach old dogs new tricks. Review collected by and hosted on G2.com.

JG
full stack engineer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about Deepnote?

everything basically works as expected -- in particular i like the file system Review collected by and hosted on G2.com.

What do you dislike about Deepnote?

i should be able to just pay by the hour without registering for a plan, if i'm going to pay by usage anyways. Review collected by and hosted on G2.com.

What problems is Deepnote solving and how is that benefiting you?

real time colloboration Review collected by and hosted on G2.com.

Verified User in Retail
UR
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about Deepnote?

Ability to share work, and run complex translations across multiple data sources.

The AI coding is helpful, but still requires a knowledge of coding to get the most out of it.

App support is good but limited. Review collected by and hosted on G2.com.

What do you dislike about Deepnote?

AI is too quick to just remove entire required functions to fix code errors, rather than identify what the real issue is.

The App support is lacking input options (select an option, input a value), which we could really do with as you can't have to the code wait for something before continuing. Some aditional visualisation like progress bars would be helpful.

More syntax highlighting would be helpful in the code

An update to built in libraries like pandas would also be helpful Review collected by and hosted on G2.com.

What problems is Deepnote solving and how is that benefiting you?

We use it to translate dirty and vaired data for automotive products. This includes passing through AI api calls and pulling in manual translation spread sheets.

The final outcome would be an app that a non technical person could run to perform complex translations of data. Review collected by and hosted on G2.com.