Skip to content

Instantly share code, notes, and snippets.

@BekeJ
BekeJ / griddataIDW.m
Last active August 29, 2015 14:13
griddataIDW - inverse distance weighting irregular data to grid (GNU Octave
## Copyright (C) 2015 Beke J.
##
## This program is free software; you can redistribute it and/or modify it
## under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 3 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@BekeJ
BekeJ / Example_py2tex.ipynb
Created November 8, 2012 17:55
py2tex example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@BekeJ
BekeJ / py2tex.py
Last active March 9, 2017 06:41
IPython notebook py2tex
"""
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 *