Skip to content

Instantly share code, notes, and snippets.

View Carreau's full-sized avatar
👩‍💻
Simplifying everything.

M Bussonnier Carreau

👩‍💻
Simplifying everything.
View GitHub Profile
@Carreau
Carreau / main.js
Created September 18, 2015 16:53
IPython voice recognition
define(function(){
"use strict";
var Jupyter = require('base/js/namespace');
var norm = function(initial){
return initial
.replace('open parentheses','( ')
.replace('open parenthesis','(')
.replace('open bracket','(')
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Carreau
Carreau / Advanced python.ipynb
Last active November 10, 2015 04:26
Advance Python hacker within
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Carreau
Carreau / tony.js
Last active October 31, 2015 16:35
update ext on ML
define(['base/js/namespace','notebook/js/textcell','notebook/js/codecell'], function(IPython, textcell_mod, codecell_mod){
// add button to make codecell activity blue
//based on https://github.com/ipython-contrib/IPython-notebook-extensions/blob/master/usability/read-only.js
"using strict";
var activityCodeCell = function() {
/**
@Carreau
Carreau / StackOverflow33508377.ipynb
Created November 11, 2015 06:57
Response to StackOverflow 33508377
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.