Skip to content

Commit

Permalink
Update README, and update required Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 19, 2024
1 parent a9c5169 commit ffe15e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# ipython-markdown-inspector

Provides IPython inspector outputs as Markdown, enabling better integration with Jupyter Notebook and JupyterLab. Depends on [`docstring-to-markdown`](https://github.com/python-lsp/docstring-to-markdown).

![](https://raw.githubusercontent.com/krassowski/ipython-markdown-inspector/main/docs/demo.gif)

## Installation

Requires `IPython` 8.21 or newer (which requires Python 3.10 or newer).

```
pip install ipython-markdown-inspector
```
Expand Down
Binary file added docs/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
"ipython>=8.21.0",
"docstring-to-markdown>=0.13,<1.0"
]
requires-python = ">=3.8"
requires-python = ">=3.10"
authors = [
{name = "Michał Krassowski"}
]
Expand Down

0 comments on commit ffe15e5

Please sign in to comment.