Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolving Issues #11 and #12 #13

Merged
merged 4 commits into from
Mar 4, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fixed images in readme.rst.
  • Loading branch information
kirbs- committed Feb 3, 2016
commit 1fdc30a7e9fafb316cdf4503fa435f1ea7aa8fca
16 changes: 15 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,37 @@ hide_code is an extension for Jupyter/IPython notebooks to selectively hide code
Normal
------
.. image:: https://raw.githubusercontent.com/kirbs-/hide_code/dev/images/1.1.png
:scale: 50 %
:width: 918
:height: 322
:scale: 70

Hide code enabled
-----------------
.. image:: https://raw.githubusercontent.com/kirbs-/hide_code/dev/images/1.2.png
:width: 1227
:height: 322
:scale: 60

Or customize each cell by selecting "Hide code" from the Cell Toolbar dropdown. Then use "Hide Code" and "Hide Prompts" checkboxes to hide the specific cell's code or cell's input/output prompts.

.. image:: https://raw.githubusercontent.com/kirbs-/hide_code/dev/images/2.png
:width: 408
:height: 242
:scale: 60

Normal
------
.. image:: https://raw.githubusercontent.com/kirbs-/hide_code/dev/images/3.1.png
:width: 696
:height: 322
:scale: 90

Hide code enabled
-----------------
.. image:: https://raw.githubusercontent.com/kirbs-/hide_code/dev/images/3.2.png
:width: 764
:height: 322
:scale: 80

Installation
============
Expand Down