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

Inactive magic and doc updates to writeandexecute magic #13

Merged
merged 2 commits into from
Aug 2, 2013
Merged

Inactive magic and doc updates to writeandexecute magic #13

merged 2 commits into from
Aug 2, 2013

Conversation

jankatins
Copy link
Contributor

a new inactive magic (see ipython/ipython#2125 and ipython/ipython#2750)

Closes: ipython/ipython#2750

The cell will simple *not* be executed.

In [1]: %load_ext ipython_extensions.inactive
'inactive' magic loaded.

In [2]: %%inactive
   ...: print "nothing"
   ...:
Cell inactive: not executed!
minrk added a commit that referenced this pull request Aug 2, 2013
Inactive magic and doc updates to writeandexecute magic
@minrk minrk merged commit b109900 into minrk:master Aug 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A way to freeze code cells in the notebook
2 participants