Skip to content

Commit

Permalink
fixed pythonpath issue, grr
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Jun 5, 2012
1 parent 5be673c commit f12f75d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions ngs-00-update-notebooks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,33 @@
],
"prompt_number": 5
},
{
"cell_type": "code",
"input": [
"!cp -f run.sh ~/.ipython/run.sh"
],
"language": "python",
"outputs": [],
"prompt_number": 3
},
{
"cell_type": "code",
"input": [
"!/sbin/shutdown -r now"
],
"language": "python",
"outputs": [
{
"ename": "SyntaxError",
"evalue": "invalid syntax (<ipython-input-4-91a3c6ce729a>, line 1)",
"output_type": "pyerr",
"traceback": [
"\u001b[1;36m File \u001b[1;32m\"<ipython-input-4-91a3c6ce729a>\"\u001b[1;36m, line \u001b[1;32m1\u001b[0m\n\u001b[1;33m shutdown -r now\u001b[0m\n\u001b[1;37m ^\u001b[0m\n\u001b[1;31mSyntaxError\u001b[0m\u001b[1;31m:\u001b[0m invalid syntax\n"
]
}
],
"prompt_number": 4
},
{
"cell_type": "code",
"input": [
Expand Down

0 comments on commit f12f75d

Please sign in to comment.