Publish a Jupyter Notebook as a Medium blogpost
Project description
Jupyter to Medium
Publish Jupyter Notebooks as Medium blog posts directly from your notebook with the help of jupyter_to_medium.
Installation
pip install jupyter_to_medium
Then run the following command to enable the extension.
jupyter bundlerextension enable --py jupyter_to_medium._bundler --sys-prefix
Get an Integration Token from Medium
Before using this package, you must request an integration token from Medium. Read the instructions here on how to get your integration token.
Usage
There are three ways to publish notebooks:
- Within an active notebok
- Using a Python script
- From the command line
Publishing to Medium within a Notebook
After enabling the extension, open the notebook you wish to publish and select the option File -> Deploy as -> Medium Post
A new browser tab will open with a short form that needs to be completed.
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 on what is happening.
If successful, you'll get the following response with a link to view the post.
Click the link to view the post.
I suggest keeping the setting to publish as a draft, then review on Medium and finalize the publishing there.
Publishing to Medium with a Python Script
Pass the publish
function the location of the Jupyter Notebook you would like to publish as a Medium blog post
>>> import jupyter_to_medium as jtm
>>> jtm.publish('My Awesome Jupyter Notebook.ipynb',
integration_token=None,
pub_name=None,
dataframe_image=True,
title=None,
tags=None,
publish_status='draft',
notify_followers=False,
license='all-rights-reserved',
canonical_url=None)
If successful, JSON data will be returned with the URL.
Publishing to Medium from the Command Line (upcoming)
Dependencies
- Google Chrome / Brave browser
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jupyter_to_medium-0.0.3.tar.gz
.
File metadata
- Download URL: jupyter_to_medium-0.0.3.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93573708c26ff4737d0a0486319d3f575c4946c088a69dc1396170a673bd6d82 |
|
MD5 | 7f2c35093cba5414ee7a1c16c6a33512 |
|
BLAKE2b-256 | 3b4a0e486c11884f93b22f3509eb9ee95d9bc2e916e6579c5b58263fe3c4846a |
File details
Details for the file jupyter_to_medium-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: jupyter_to_medium-0.0.3-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 007675ba808d11ae014b22d327849999e463ad505733584f0e973b91641aebeb |
|
MD5 | ed889721729d164106a8d8192852f33e |
|
BLAKE2b-256 | 1c1103de032d1074c346860d6e8bd49c6b2eb9bd63ff2f1fa50276882311a12a |