Skip to content

Commit

Permalink
fresh version of Generate_Mock_Lightcurves.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
rlschuhmann committed Nov 16, 2016
1 parent bd615b3 commit 2785e11
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Generate_Mock_Lightcurves.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Neural networks not available in this version of scikit-learn. Neural networks are available from development version 0.18.\n"
"ename": "ImportError",
"evalue": "No module named 'snmachine'",
"output_type": "error",
"traceback": [
"\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[1;31mImportError\u001b[0m Traceback (most recent call last)",
"\u001b[1;32m<ipython-input-1-c24a719e15e6>\u001b[0m in \u001b[0;36m<module>\u001b[1;34m()\u001b[0m\n\u001b[0;32m 2\u001b[0m \u001b[0mget_ipython\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mmagic\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;34m'autoreload #Use this to reload modules if they are changed on disk while the notebook is running'\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 3\u001b[0m \u001b[1;32mfrom\u001b[0m \u001b[0m__future__\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mdivision\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m----> 4\u001b[1;33m \u001b[1;32mfrom\u001b[0m \u001b[0msnmachine\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0msndata\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0msnfeatures\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0msnclassifier\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0mtsne_plot\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 5\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mnumpy\u001b[0m \u001b[1;32mas\u001b[0m \u001b[0mnp\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 6\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mpyplot\u001b[0m \u001b[1;32mas\u001b[0m \u001b[0mplt\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n",
"\u001b[1;31mImportError\u001b[0m: No module named 'snmachine'"
]
}
],
Expand Down Expand Up @@ -3235,7 +3239,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12"
"version": "2.7.11"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 2785e11

Please sign in to comment.