Publish a Jupyter Notebook as a Medium blogpost
Project description
Jupyter to Medium
Publish Jupyter Notebooks as Medium blog posts with the help of jupyter_to_medium.
Installation
pip install jupyter_to_medium
Usage
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.
Dependencies
This package relies on dataframe_image to convert your notebooks to markdown with dataframes as images.
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.2.tar.gz
.
File metadata
- Download URL: jupyter_to_medium-0.0.2.tar.gz
- Upload date:
- Size: 4.1 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 | e6201a034557a2054cd3fea9e60f18056baa420e65936088f5b98d82adc6d110 |
|
MD5 | 048eae190eed4ceaee47ea5b85c62941 |
|
BLAKE2b-256 | d06220737d18c577ac4da143ad95457b28aa360cac3fbd5040ffd5f7325e462e |
File details
Details for the file jupyter_to_medium-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: jupyter_to_medium-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.4 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 | bfce2b85b1e0cecae0a295c8bca60acf93717405aaa12e70ce9b626af99c13de |
|
MD5 | ff01b24ebdba021cb5d5b7b77b1d0b7a |
|
BLAKE2b-256 | b9752bdcbac72e706008b755f3372b1b298f10edcdf9c39073006f51a46966a7 |