Skip to content

Instantly share code, notes, and snippets.

View thomaslima's full-sized avatar

Thomas Ferreira de Lima thomaslima

  • Princeton
View GitHub Profile
@thomaslima
thomaslima / Progress Bar with scipy.ipynb
Last active January 20, 2022 10:53
Progress bar of scipy ode solver with tqdm
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kahlos
kahlos / inkscape-libxml2-fix
Created October 28, 2015 19:34
Inkscape Missing libxml2 OSX Fix
I have installed Inkscape via homebrew, so this may not work with the website binaries.
TL;DR fix:
Make sure you are using the system version of python, check with
which python
❯ /usr/bin/python
Install python package manager pip, if it isn't already
sudo easy_install pip
@minrk
minrk / Retina Figures.ipynb
Created August 9, 2012 04:37
2x plots for Retina displays with matplotlib and the IPython Notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.