File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# ipython-markdown-inspector
2
2
3
- [ ![ tests] ( https://github.com/krassowski /ipython-markdown-inspector/actions/workflows/tests.yml/badge.svg?branch=main )] ( https://github.com/krassowski /ipython-markdown-inspector/actions/workflows/tests.yml )
4
- ![ CodeQL] ( https://github.com/krassowski /ipython-markdown-inspector/workflows/CodeQL/badge.svg )
5
- [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/krassowski /ipython-markdown-inspector/main?urlpath=lab )
3
+ [ ![ tests] ( https://github.com/ipython-contrib /ipython-markdown-inspector/actions/workflows/tests.yml/badge.svg?branch=main )] ( https://github.com/ipython-contrib /ipython-markdown-inspector/actions/workflows/tests.yml )
4
+ ![ CodeQL] ( https://github.com/ipython-contrib /ipython-markdown-inspector/workflows/CodeQL/badge.svg )
5
+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/ipython-contrib /ipython-markdown-inspector/main?urlpath=lab )
6
6
[ ![ pypi-version] ( https://img.shields.io/pypi/v/ipython-markdown-inspector.svg )] ( https://python.org/pypi/ipython-markdown-inspector )
7
7
8
8
IPython extension providing inspection results as Markdown, enabling better integration with Jupyter Notebook and JupyterLab.
9
9
Depends on [ ` docstring-to-markdown ` ] ( https://github.com/python-lsp/docstring-to-markdown ) .
10
10
11
- ![ ] ( https://raw.githubusercontent.com/krassowski /ipython-markdown-inspector/main/docs/demo.png )
11
+ ![ ] ( https://raw.githubusercontent.com/ipython-contrib /ipython-markdown-inspector/main/docs/demo.png )
12
12
13
13
## Installation
14
14
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ classifiers = [
30
30
]
31
31
32
32
[project .urls ]
33
- Repository = " https://github.com/krassowski /ipython-markdown-inspector.git"
34
- "Bug Tracker" = " https://github.com/krassowski /ipython-markdown-inspector/issues"
33
+ Repository = " https://github.com/ipython-contrib /ipython-markdown-inspector.git"
34
+ "Bug Tracker" = " https://github.com/ipython-contrib /ipython-markdown-inspector/issues"
35
35
36
36
[project .optional-dependencies ]
37
37
test = [
You can’t perform that action at this time.
0 commit comments