Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

# Deepnote

Deepnote is a drop-in replacement for Jupyter with AI-first design, sleek UI, new blocks, and native data integrations. Use Deepnote Open Source to work locally in your favorite IDE, then scale to Deepnote Cloud for real-time collaboration, governance, and deployable data apps. Deepnote is used by 500,000 data professionals and companies like Estée Lauder, SoundCloud, Statsig, Gusto, and beyond.
Deepnote is a drop-in replacement for Jupyter with an AI-first design, sleek UI, new blocks, and native data integrations. Use Deepnote Open Source to work locally in your favorite IDE, then scale to Deepnote Cloud for real-time collaboration, governance, and deployable data apps. Deepnote is used by 500,000 data professionals and companies such as Estée Lauder, SoundCloud, Statsig, Gusto, and more.

## Get started with Deepnote Open Source
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix markdown heading blank-line violations (MD022).

Add blank lines below headings on lines 10 and 14 to comply with markdown linting standards.

  # Deepnote
  
  Deepnote is a drop-in replacement for Jupyter with an AI-first design...
  
  ## Get started with Deepnote Open Source
+
  - [Quickstart](...)
  
  ## Repositories
+
  - [deepnote](...)

Also applies to: 14-14

🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

10-10: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below

(MD022, blanks-around-headings)

🤖 Prompt for AI Agents
In profile/README.md around lines 10 and 14, the Markdown headings lack the
required blank line after them (MD022); add a single blank line immediately
following the heading on line 10 ("## Get started with Deepnote Open Source")
and the heading on line 14 so each heading is followed by an empty line to
satisfy the linter.

- [Quickstart](https://deepnote.com/docs/getting-started?utm_source=github&utm_medium=github&utm_campaign=github&utm_content=readme_main)
- [Deepnote docs](https://deepnote.com/docs?utm_source=github&utm_medium=github&utm_campaign=github&utm_content=readme_main)

## Repositories
- [deepnote](https://github.com/deepnote/deepnote): Main notebook repo
- [vscode-deepnote](https://github.com/deepnote/vscode-deepnote): Deepnote extension for VS Code, Cursor, and Windsurf
- [vscode-deepnote](https://github.com/deepnote/vscode-deepnote): Deepnote extension for VS Code, Cursor, Antigravity, and Windsurf
- [jupyterlab-deepnote](https://github.com/deepnote/jupyterlab-deepnote): JupyterLab extension for `.deepnote` projects
- [deepnote-toolkit](https://github.com/deepnote/deepnote-toolkit): Essential Python helpers for Deepnote environments

Expand Down