Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jbn committed Apr 25, 2019
1 parent 0c34af0 commit 5e654dd
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,22 @@ If you don't want a cell in the output, edit the cell metadata to include,
{"tags": ["private"]}
If you want the output of the cell but not the code,
Alternatively, you can use

.. code:: json
{"tags": ["todo"]}
or,

.. code:: json
{"tags": ["setup"]}
for semantic differences that have no effect on ``dissertate`` processing.

If you want to retain the output of the cell but not the code (e.g.,
for an emitted ``matplotlib`` graph),

.. code:: json
Expand Down

0 comments on commit 5e654dd

Please sign in to comment.