Skip to content

Commit

Permalink
Added a magic commands overview notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwittenauer committed Jun 18, 2015
1 parent aa07882 commit adc4033
Show file tree
Hide file tree
Showing 11 changed files with 573 additions and 1 deletion.
570 changes: 570 additions & 0 deletions IPythonMagic.ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ To see the content live over the web, I've included notebook viewer links below.

#### Language

<a href="http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/Intro.ipynb">Introduction To Python</a>
<a href="http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/Intro.ipynb">Introduction To Python</a><br/>
<a href="http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/IPythonMagic.ipynb">IPython Magic Commands</a>

#### Libraries

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions scripts/hello.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print('Hello world!')

0 comments on commit adc4033

Please sign in to comment.