Skip to content

Convert a python notebook into markdown with image being uploaded to S3

License

Notifications You must be signed in to change notification settings

adibPr/pynote2mds3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pynote2mds3

pynote2mds3 is a script to convert a python notebook into a markdown, but with local image and generated image being uploaded to S3. The original goal is to use jupyter notebook as a tool to writing my blog, wh$

Installation

  1. Download/clone the repo
  2. Install with: python setup.py install

Usage

First, you need to create a configuration file. It just a .ini file with your AWS or other S3 compactible access information. You can find the example configuration on config.sample.ini. Put this file in ~/.config/pynote2mds3/config.ini.Then you are ready to go.

To convert a notebook, run pynote2mds3 notes.ipynb. Check the pynote2mds3 --help for more information.

License

MIT

About

Convert a python notebook into markdown with image being uploaded to S3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages