-
Notifications
You must be signed in to change notification settings - Fork 32
IPython notes
J.L Stevens edited this page Jul 21, 2014
·
4 revisions
General notes relating to IPython and IPython Notebook as relates to Topographica.
- Running notebook automatically from the commandline (using
nbconvert
) is discussed in this PR. - Examples of nbconvert usage can be found here.
- HTML sanitization had to be disabled to allow SVG in Markdown cells as discussed in this issue .
- Example of hooking into the import system to allow notebooks to be imported.