Skip to content

Commit a1b7496

Browse files
committed
Update README.md for images to show in PyPI and bump version
1 parent ecbcc87 commit a1b7496

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
[![](https://img.shields.io/pypi/v/jupyter_to_medium)](https://pypi.org/project/jupyter_to_medium)
44
[![PyPI - License](https://img.shields.io/pypi/l/jupyter_to_medium)](LICENSE)
5+
[![codecov](https://codecov.io/gh/dexplo/jupyter_to_medium/branch/master/graph/badge.svg?token=948J8ECAQT)](https://codecov.io/gh/dexplo/jupyter_to_medium)
56

67
Publish Jupyter Notebooks as Medium blog posts directly from your notebook with the help of jupyter_to_medium.
78

8-
![](docs/images/social_share_small.png)
9+
![](https://raw.githubusercontent.com/dexplo/jupyter_to_medium/master/docs/images/social_share_small.png)
910

1011
## Target User
1112

@@ -44,7 +45,7 @@ Before using this package, you must request an integration token from Medium by
4445

4546
Once your request to create integration tokens is accepted, navigate to <a href="https://medium.com/me/settings">your Medium settings.</a> Towards the bottom of the page exists the section on Integration Tokens. Enter a description for the token (`jupyter_to_medium` is a good choice) and then create the token.
4647

47-
![png](docs/images/integration_token.png)
48+
![png](https://raw.githubusercontent.com/dexplo/jupyter_to_medium/master/docs/images/integration_token.png)
4849

4950
### Save your integration token
5051

@@ -68,19 +69,19 @@ There are three ways to publish notebooks:
6869

6970
After installation, open the notebook you wish to publish and select the option `File -> Deploy as -> Medium Post`
7071

71-
![png](docs/images/menu_option.png)
72+
![png](https://raw.githubusercontent.com/dexplo/jupyter_to_medium/master/docs/images/menu_option.png)
7273

7374
A new browser tab will open with a short form that needs to be completed.
7475

75-
![png](docs/images/form.png)
76+
![png](https://raw.githubusercontent.com/dexplo/jupyter_to_medium/master/docs/images/form.png)
7677

7778
After clicking publish, the notebook and all images will be uploaded to Medium. Any HTML tables (such as pandas DataFrames) will be converted to images (via chrome), as Medium has no ability to represent tables. This is a time consuming process, so be prepared to wait. Check your terminal for updates. If successful, you'll get the following response with a link to view the post.
7879

79-
![png](docs/images/success.png)
80+
![png](https://raw.githubusercontent.com/dexplo/jupyter_to_medium/master/docs/images/success.png)
8081

8182
Click the link to view the post.
8283

83-
![png](docs/images/post.png)
84+
![png](https://raw.githubusercontent.com/dexplo/jupyter_to_medium/master/docs/images/post.png)
8485

8586
### Finalize and publish on Medium
8687

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jupyter-to-medium"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
description = "Publish a Jupyter Notebook as a Medium blogpost"
55
authors = ["dexplo <petrou.theodore@gmail.com>"]
66
maintainers = ["mjam03 <markjamison03@gmail.com>"]

0 commit comments

Comments
 (0)