vIPer is an application specifically designed to work with IPython notebooks.
70 | With vIPer you can:
71 |
80 |
81 |
82 | How to use it?
83 | $ipython notebook --pylab=inline --no-browser
84 | (pylab is optional)
85 | Note: Set the --notebook-dir as the vIPer directory or open ipython notebook in the same directory where vIPer and the notebooks you are working lives.
86 | $python viper.py
87 | (Dashboard page use port 8888, but you want to use another port, point to it using the address bar: Ctrl+a)
88 |
89 |
90 | Dependencies
91 | Ver: 0.13 (this is a very alpha release, you can play with it... but surely you will found several bugs.
92 |
93 | - Python 2.7
94 | - IPython > 0.12 (with its own dependencies)
95 | - PyQt > 4.9
96 | - Jinja2
97 | - Pygments
98 | - Latest Docutils
99 |
100 | For example:
101 | curl http://docutils.svn.sourceforge.net/viewvc/docutils/trunk/docutils/?view=tar > docutils.gz
102 | pip install -U docutils.gz
103 |
104 | - RecordMyDesktop (if you want to record audio and video).
105 |
106 |
107 |
108 | Slide mode
109 | Use ---- in a Markdown cell to separate each slide in the working notebook.
110 | The title of each slide is the first cell after ----, except in the first one (you do not have to begin with the notebook with ---- ).
111 | All you write under "Presenter notes" will be only rendered in the presenter mode of slideshow view (pressing "p").
112 | In the slide view, press "h" for more help.
113 |
114 |
115 | Shorcuts
116 | NewTab: Ctrl+t
117 | CloseTab: Ctrl+w
118 | AdressBar: Ctrl+a
119 | Go2AdrBar: Ctrl+l
120 | DelAdrBar: Ctrl+d
121 | Cut: Ctrl+x
122 | Copy: Ctrl+c
123 | Paste: Ctrl+v
124 | Undo: Ctrl+z
125 | Redo: Ctrl+y
126 | SaveNoteb: Ctrl+s or Ctrl+m+s
127 | Search: Ctrl+f
128 | Zoom: Ctrl++/+-/+0
129 | Print: Ctrl+p
130 | Htmler: Ctrl+j
131 | Slider: Ctrl+k
132 | Record: Ctrl+r
133 | StopRec: Ctrl+Alt+s
134 | SplitVert: F9
135 | SplitHori: F10
136 | SplitTog: F11
137 | FullScr: F12
138 | Help: Ctrl+h
139 | Quit: Ctrl+q
140 |
141 |
142 | Author: Damián Avila, Jul 2012