Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@

<!-- panvimdoc-ignore-start -->
<h1><div align="center">
<img alt="neopyter" width="300px" height="auto" src="./doc/neopyter-with-name.png">
</div></h1>
Comment on lines +3 to +5
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

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

The HTML structure here is invalid: an <h1> element shouldn’t wrap a block-level <div>. Consider using a centered <div> (or <p>) that wraps the <img>, or put the <img> directly inside the <h1> without an extra <div>. Also, the img width/height attributes are not valid as written (width/height expect integer pixel values; 300px and auto may be ignored). Prefer width="300" with no height, or use CSS styling if you need auto height.

Suggested change
<h1><div align="center">
<img alt="neopyter" width="300px" height="auto" src="./doc/neopyter-with-name.png">
</div></h1>
<div align="center">
<img alt="neopyter" width="300" src="./doc/neopyter-with-name.png">
</div>

Copilot uses AI. Check for mistakes.


<!-- panvimdoc-ignore-end -->

# Introduction

The bridge between Neovim and Jupyter Lab, edit in Neovim and preview/run in Jupyter Lab.
Expand Down
Binary file added doc/neopyter-with-name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/neopyter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading