Cite This Page
Bibliographic details for Ipynb idioms
- Page name: Ipynb idioms
- Author: DISI contributors
- Publisher: DISI, .
- Date of last revision: 1 October 2015 23:30 UTC
- Date retrieved: 15 June 2026 23:09 UTC
- Permanent URL: http://wiki.docking.org/index.php?title=Ipynb_idioms&oldid=9119
- Page Version ID: 9119
Citation styles for Ipynb idioms
APA style
Ipynb idioms. (2015, October 1). DISI, . Retrieved 23:09, June 15, 2026 from http://wiki.docking.org/index.php?title=Ipynb_idioms&oldid=9119.
MLA style
"Ipynb idioms." DISI, . 1 Oct 2015, 23:30 UTC. 15 Jun 2026, 23:09 <http://wiki.docking.org/index.php?title=Ipynb_idioms&oldid=9119>.
MHRA style
DISI contributors, 'Ipynb idioms', DISI, , 1 October 2015, 23:30 UTC, <http://wiki.docking.org/index.php?title=Ipynb_idioms&oldid=9119> [accessed 15 June 2026]
Chicago style
DISI contributors, "Ipynb idioms," DISI, , http://wiki.docking.org/index.php?title=Ipynb_idioms&oldid=9119 (accessed June 15, 2026).
CBE/CSE style
DISI contributors. Ipynb idioms [Internet]. DISI, ; 2015 Oct 1, 23:30 UTC [cited 2026 Jun 15]. Available from: http://wiki.docking.org/index.php?title=Ipynb_idioms&oldid=9119.
Bluebook style
Ipynb idioms, http://wiki.docking.org/index.php?title=Ipynb_idioms&oldid=9119 (last visited June 15, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "DISI",
title = "Ipynb idioms --- DISI{,} ",
year = "2015",
url = "http://wiki.docking.org/index.php?title=Ipynb_idioms&oldid=9119",
note = "[Online; accessed 15-June-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "DISI",
title = "Ipynb idioms --- DISI{,} ",
year = "2015",
url = "\url{http://wiki.docking.org/index.php?title=Ipynb_idioms&oldid=9119}",
note = "[Online; accessed 15-June-2026]"
}