Skip to content

Commit

Permalink
add html link
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 18, 2017
1 parent 224af43 commit 796d082
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ In essence, the dream is to have the ultimate hybrid of Jupyter Notebook, WYSIWY
5. A converted folder will be created, into which final .tex .pdf and _viewpdf.html files will be output, named by the notebook or folder input

The default latex template outputs all markdown cells (unless tagged latex_ignore), and then only code and output cells with [latex metadata tags](#latex-metadata-tags).
See [Example.ipynb](https://github.com/chrisjsewell/ipypublish/blob/master/example/notebooks/Example.ipynb), [Example.pdf](https://github.com/chrisjsewell/ipypublish/blob/master/converted/Example.pdf) and ![Example.slides.html](https://chrisjsewell.github.io/ipypublish/Example.slides.html#/) for an example of the potential input and output.
See [Example.ipynb](https://github.com/chrisjsewell/ipypublish/blob/master/example/notebooks/Example.ipynb), [Example.pdf](https://github.com/chrisjsewell/ipypublish/blob/master/converted/Example.pdf),
[Example.html](https://chrisjsewell.github.io/ipypublish/Example.html) and [Example.slides.html](https://chrisjsewell.github.io/ipypublish/Example.slides.html#/) for examples of the potential input and output.

## Setting up the environment

Expand Down

0 comments on commit 796d082

Please sign in to comment.