Skip to content

Commit

Permalink
update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 26, 2017
1 parent be21cfe commit 93167c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ This leads to the following logic flow (discussed further in the [Metadata Tags]
- "mkdown" for markdown text
- "text" for plain text

Note that this is principally envisioned for use with **one output per code cell**, but it will work in a limited capacity for multiple outputs (e.g. you will not be able to specify separate specificaions, like captions).
Note that this is principally envisioned for use with **one output per code cell**, but it will work in a limited capacity for multiple outputs (e.g. you will not be able to specify separate specificaions, like captions).
[TO COME: using `IPython.display(obj,metadata={"ipub":{}})` to provide specifications for individual outputs]

Packages, such as pandas and matplotlib, use jupyter notebooks [rich representation](http://ipython.readthedocs.io/en/stable/config/integrating.html#rich-display) mechanics to store a single output in multiple formats. nbconvert (and hence ipypublish) then selects only the highest priority (compatible) format to be output. This allows, for example, for pandas DataFrames to be output as
latex tables in latex documents and html tables in html documents/slides.
Expand Down Expand Up @@ -315,6 +316,8 @@ To access metadata, in the Jupyter Notebook Toolbar:

- For notebook level: go to Edit -> Edit Notebook Metadata
- For cell level: go to View -> Cell Toolbar -> Edit Metadata and a button will appear above each cell.
[TO COME: output level, using `IPython.display(obj,metadata={"ipub":{}})`]


**Please note**, setting a value to `"value":{}` is the same as `"value":false` so,
if you are not setting additional options, use `"value":true`.
Expand Down
2 changes: 1 addition & 1 deletion ipypublish/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.3'
__version__ = '0.6.0'

0 comments on commit 93167c1

Please sign in to comment.