##// END OF EJS Templates
fixed a typo and removed an unneeded exclamation
Greg Caporaso -
Show More
@@ -983,7 +983,7 b''
983 "source": [
983 "source": [
984 "## Linking to files and directories for viewing in the browser\n",
984 "## Linking to files and directories for viewing in the browser\n",
985 "\n",
985 "\n",
986 "It is also possible to link directly to files or directories so they can be opened in browser. This is especially convenient if you're interacting with a tool within IPython that generates HTML pages, and you'd like to easily be able to open those in a new browser window. Alternatively, if your IPython notebook server is on a remote system, creating links provides an easy way to download any files that get generated.\n",
986 "It is also possible to link directly to files or directories so they can be opened in the browser. This is especially convenient if you're interacting with a tool within IPython that generates HTML pages, and you'd like to easily be able to open those in a new browser window. Alternatively, if your IPython notebook server is on a remote system, creating links provides an easy way to download any files that get generated.\n",
987 "\n",
987 "\n",
988 "As we saw above, there are a bunch of `.ipynb` files in our current directory."
988 "As we saw above, there are a bunch of `.ipynb` files in our current directory."
989 ]
989 ]
@@ -992,7 +992,7 b''
992 "cell_type": "code",
992 "cell_type": "code",
993 "collapsed": false,
993 "collapsed": false,
994 "input": [
994 "input": [
995 "!ls"
995 "ls"
996 ],
996 ],
997 "language": "python",
997 "language": "python",
998 "metadata": {},
998 "metadata": {},
@@ -1012,7 +1012,7 b''
1012 ]
1012 ]
1013 }
1013 }
1014 ],
1014 ],
1015 "prompt_number": 6
1015 "prompt_number": 1
1016 },
1016 },
1017 {
1017 {
1018 "cell_type": "markdown",
1018 "cell_type": "markdown",
General Comments 0
You need to be logged in to leave comments. Login now