Skip to content

Instantly share code, notes, and snippets.

@sdiehl
Created August 13, 2012 22:30
Show Gist options
  • Select an option

  • Save sdiehl/3344531 to your computer and use it in GitHub Desktop.

Select an option

Save sdiehl/3344531 to your computer and use it in GitHub Desktop.
ipython notebook test
{
"metadata": {
"name": "Untitled5"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": "import numpy",
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 1
},
{
"cell_type": "code",
"collapsed": false,
"input": "print numpy.linspace(1,1000)",
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": "[ 1. 21.3877551 41.7755102 62.16326531 82.55102041\n 102.93877551 123.32653061 143.71428571 164.10204082 184.48979592\n 204.87755102 225.26530612 245.65306122 266.04081633 286.42857143\n 306.81632653 327.20408163 347.59183673 367.97959184 388.36734694\n 408.75510204 429.14285714 449.53061224 469.91836735 490.30612245\n 510.69387755 531.08163265 551.46938776 571.85714286 592.24489796\n 612.63265306 633.02040816 653.40816327 673.79591837 694.18367347\n 714.57142857 734.95918367 755.34693878 775.73469388 796.12244898\n 816.51020408 836.89795918 857.28571429 877.67346939 898.06122449\n 918.44897959 938.83673469 959.2244898 979.6122449 1000. ]\n"
}
],
"prompt_number": 3
},
{
"cell_type": "code",
"collapsed": false,
"input": "",
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment