Skip to content

Jose-Verdu-Diaz/jvd-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jvd-report

This repo contains a script to genereate beautiful reports from jupyter html exported notebooks, and also serves as a CDN for the css/js/img needed in the reports.

This allows to generate a standalone html reports, than can be later shared with colleagues.

How to use

Export a ipynb into html, rename it to input.html, put it inside jvd-report and run render.py.

Project Title

To add a project title, add a markdown cell into de ipynb with the tag <h1 id='title'>Project Title</h1>.

Table of contents

To add a table of contents as a left-side navigation bar, add a markdown cell in the ipynb before exporting with the following content:

<div id="index_div">
<ul>
<li><a href='#ref1'>Section1</a></li>
<li><a href='#ref1'>Section2</a></li>
<li><a href='#ref1'>Section3</a></li>
</ul>
</div>

Then you can add the following markdown preceding each section:

<a id='ref1'></a>

render.py will automatically generate the right-bar table of contents.

About

Genereate beautiful reports from jupyter html experted notebooks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages