REPOSITORY OVERVIEWLive repository statistics
★ 19Stars
⑂ 5Forks
◯ 0Open issues
◉ 19Watchers
43/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
24 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
nb2wp - Convert Jupyter Notebook to Wordpress.com HTML
This np2wp utility converts Jupyter notebooks to plain HTML suitable for Wordpress.com. Note the difference between Wordpress.com service and Wordpress.org platform. The Wordpress.com is much stricter (no arbitrary plugins, no scripts, no CSS, no data: URI, etc.).
This utility does the following:
- convert .ipynb to HTML using nbconvert using selected template (full, basic, or custom)
- convert the CSS to inline style using pynliner so that the style will be honoured by Wordpress. By default it replaces the CSS given by nbconvert with custom and simpler
style.css that can be inlined by pynliner.
- extract embedded images (such as ones produced by Matplotlib) and local images to
img directory. You need to upload this img directory somewhere and provide URL prefix for the images.
- convert Latex directives to Wordpress.com Latex directives.
Then you need to do some manual works:
- copy-paste the HTML inside the
<body> to Wordpress HTML editor
- upload the image directory.
Open the Readme.ipynb for more info. And see how that notebook looks like in Wordpress blog
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
Developed a Flask-based web application to convert Jupyter Notebook (.ipynb) files into Python scripts. Implemented JSON parsing to extract code cells, file upload/download, validation, and exception handling. Designed an intuitive HTML/CSS interface and built features for configuring, testing, and monitoring email automation workflows.
59/100 healthRecently updatedActive repository
No license
⑂ 0 forks◯ 0 issuesUpdated 1 day ago