Difference between revisions of "Template:Ipynb"

From ICPWiki
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#ifexist: Media:{{{1}}}|{{SERVER}}/~icp/mimetype-icons/ipynb.png[http://nbviewer.ipython.org/url/{{SERVERNAME}}{{localurl:Media:{{{1}}}}} {{{2|{{{1}}}}}}] ({{#mediasize:{{{1}}}}})[[Image:Info_circle.png|link=File:{{{1}}}]]|[[Media:{{{1}}}|{{{2|{{{1}}}}}}]] (<span class="error">file does not exist!</span>)}}
+
<includeonly>{{Download|{{{1}}}|{{{2|}}}|ipynb}} [http://nbviewer.ipython.org/url/{{#replace:{{filepath:{{{1}}}}}|http://|}} (nbviewer)]</includeonly><noinclude>
* {{filepath:Media:{{{1}}}}}
+
This template can be used to include links to [http://ipython.org IPython] [http://ipython.org/notebook.html notebook] files. It will automatically create a link to the ipython notebook viewer.
</includeonly><noinclude>
 
This template can be used to include links to downloadable files.  
 
  
 
== Usage ==
 
== Usage ==
Line 10: Line 8:
 
:The name of the notebook file.
 
:The name of the notebook file.
 
;''linktext''
 
;''linktext''
:The link text of the link to the notebook viewer.
+
:The link text of the link to the [http://nbviewer.ipython.org/ notebook viewer].
 
   
 
   
 
== Examples ==
 
== Examples ==
* <code><nowiki>{{IPython|SS_2014_PC_ws1_pendulum.ipynb|pendulum.ipynb}}</nowiki></code> {{IPython|SS_2014_PC_ws1_pendulum.ipynb|pendulum.ipynb}}
+
* <code><nowiki>{{ipynb|SS_2014_PC_ws1_pendulum.ipynb|pendulum.ipynb}}</nowiki></code> {{ipynb|SS_2014_PC_ws1_pendulum.ipynb|pendulum.ipynb}}
 
</noinclude>
 
</noinclude>

Latest revision as of 12:58, 9 April 2014

This template can be used to include links to IPython notebook files. It will automatically create a link to the ipython notebook viewer.

Usage

{{IPython|notebook|linktext}}

filename
The name of the notebook file.
linktext
The link text of the link to the notebook viewer.

Examples