Skip to content

Instantly share code, notes, and snippets.

@sbchisholm
Created April 22, 2014 15:14
Show Gist options
  • Save sbchisholm/11183153 to your computer and use it in GitHub Desktop.
Save sbchisholm/11183153 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"metadata": {
"language": "Julia",
"name": "doodles.jl"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": "readcsv(convert(Array{Uint8,1}, \"1,2,3,4\\n\"))",
"language": "python",
"metadata": {},
"outputs": [
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 27,
"text": "1x4 Array{Float64,2}:\n 1.0 2.0 3.0 4.0"
}
],
"prompt_number": 27
}
],
"metadata": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment