-
Notifications
You must be signed in to change notification settings - Fork 0
docs: update readme #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jamesbhobbs
merged 19 commits into
main
from
filipzitny/mar-249-readme-for-deepnotejupyterlab-deepnote
Oct 31, 2025
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
976da84
docs: update reamde plus placeholder for logo
Yggdrasill501 2ef77fd
docs: update readme
Yggdrasill501 422d969
Merge branch 'main' into filipzitny/mar-249-readme-for-deepnotejupyte…
Yggdrasill501 5adccb1
docs: fix styles and indent
Yggdrasill501 f393473
fix: lint and format
Yggdrasill501 3feabf0
fix: lint and format
Yggdrasill501 4518555
fix: pritier write
Yggdrasill501 639f0ca
fix: links
Yggdrasill501 b1b8e9c
docs: update cover image
Yggdrasill501 9c9a405
docs: docs update
Yggdrasill501 11751bb
Merge branch 'main' into filipzitny/mar-249-readme-for-deepnotejupyte…
jamesbhobbs 6527f5c
docs: rm mention of 3.9 as it's deprecated today
jamesbhobbs 5ebcd45
docs: revert removal of compatibility section
jamesbhobbs de12263
docs: rm trademark breaching logo use before merge
jamesbhobbs c25ed04
docs: add paceholder title while awaiting trademark compliant image
jamesbhobbs 005349a
docs: add missed capital letter
jamesbhobbs 31f767c
chore: prettier write
jamesbhobbs d66ff66
docs: slight trademark clarification
jamesbhobbs af79de7
docs: improve wording
jamesbhobbs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
Verify image element is present and properly sized in the header.
The header structure looks good—heading on line 1, badges, disclaimer, and navigation all properly placed. However, the provided code diff does not show an
<img>tag in the centered div (lines 3–17). Past feedback indicated the image was replaced and resized. Either the image is missing from the diff view or it was inadvertently removed.Verify the image element is present and confirm it has a
max-widthstyle constraint as suggested in prior feedback:If the image is missing, it should be restored inside the centered
<div>with appropriate width constraints.🏁 Script executed:
Length of output: 115
🏁 Script executed:
Length of output: 2727
🏁 Script executed:
Length of output: 2647
Add missing image element to header.
The header currently has no image element. Every
<img>tag search across the file returns nothing. The centered div (lines 3–17) contains only badges and text. If an image was supposed to be restored per prior feedback with amax-widthconstraint, it needs to be added to the header section.🤖 Prompt for AI Agents