Skip to content

Instantly share code, notes, and snippets.

@z-m-k
z-m-k / timeIt.ipynb
Last active August 29, 2015 14:27
timeIt function for benchmarking Julia code
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@z-m-k
z-m-k / Speeding up sandwiches in Julia.ipynb
Created July 27, 2015 10:15
Speeding up sandwiches in Julia
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@z-m-k
z-m-k / py2tex.py
Created November 11, 2013 09:18 — forked from BekeJ/py2tex.py
"""
Module for IPython to display code with TeX representation.
This makes for example the following workflow possible:
.. sourcecode:: ipython
In [1]: %load_ext py2tex
In [2]: from math import *

#LaTeX in IPython Notebook

With this extension you can use LaTeX-style references within IPython (Notebook) while still using markdown for formatting.

Required:

  • ipython-dev
  • biblio-py
  • markdown
@z-m-k
z-m-k / py2tex.py
Created July 24, 2013 11:36 — forked from BekeJ/py2tex.py
"""
Module for IPython to display code with TeX representation.
This makes for example the following workflow possible:
.. sourcecode:: ipython
In [1]: %load_ext py2tex
In [2]: from math import *
@z-m-k
z-m-k / README.md
Last active February 29, 2020 22:07
Violin/Box plots

A simple example of Violin/Box plots in d3js view at . Depending on resolution and type of interpolation you can obtain various effects.

@z-m-k
z-m-k / footnotes.ipynb
Last active March 24, 2018 14:07
Latex footnotes, citations, etc. in IPython Notebook; see at http://nbviewer.ipython.org/4492534/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@z-m-k
z-m-k / LICENSE
Last active October 30, 2016 22:37
A Python class that allows to incorporate d3js and Python (IPython notebook mainly). See at: http://nbviewer.ipython.org/4484816/ipyD3sample.ipynb
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. {http://fsf.org/}
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for