Skip to content

Commit

Permalink
adding more hideinput extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Jun 4, 2018
1 parent 7b4d716 commit 2cf741b
Show file tree
Hide file tree
Showing 21 changed files with 13,917 additions and 3 deletions.
28 changes: 27 additions & 1 deletion docs/export.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,31 @@ Lantern provides several export targets, in addition to the ones provided by NBC

- HTML with input code cells hidden
- PDF with input code cells hidden
- HTML Email with input code cells hidden

TODO

HTML No code
=============
.. image:: ./img/export/html.png
:scale: 100%
:alt: html.png


PDF No code
=============
.. image:: ./img/export/pdf.png
:scale: 100%
:alt: pdf.png


HTML Email
=============

.. code:: python3
import lantern as l
l.email_notebook('sample.ipynb', 'theocean154@gmail.com', 'theocean154@gmail.com', 'test', postprocessor=l.pivot_pandas_to_excel)
.. image:: ./img/export/email.png
:scale: 100%
:alt: email.png
Binary file added docs/img/export/email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added docs/img/export/html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/export/html2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/export/input.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/export/pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/export/pdf2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2cf741b

Please sign in to comment.