##// END OF EJS Templates
More cleaner is more better
Jonathan Frederic -
Show More
@@ -220,7 +220,7 b''
220 220 "cell_type": "markdown",
221 221 "metadata": {},
222 222 "source": [
223 "First you need to choose another notebook you want to convert to html, and tag some of the cells with metadata. You can refere to the file `soln/celldiff.js` as an example or follow the Javascript tutorial to figure out how do change cell metadata. Assuming you have a notebook with some of the cells tagged as `Easy`|`Medium`|`Hard`|`<None>`, the notebook can be converted specially using a custom template. Design your remplate in the cells provided below.\n",
223 "First you need to choose another notebook you want to convert to html, and tag some of the cells with metadata. You can refere to the file `soln/celldiff.js` as an example or follow the Javascript tutorial to figure out how do change cell metadata. Assuming you have a notebook with some of the cells tagged as `Easy`|`Medium`|`Hard`|`<None>`, the notebook can be converted specially using a custom template. Design your template in the cells provided below.\n",
224 224 "\n",
225 225 "The following, unorganized lines of code, may be of help:"
226 226 ]
@@ -52,7 +52,7 b''
52 52 "cell_type": "markdown",
53 53 "metadata": {},
54 54 "source": [
55 "You can start more than one notebook server at the same time. By default, the first notebook server starts on port 8888 and later notebook servers search for open ports near that one.\n",
55 "By default, the notebook server starts on port 8888. If port 8888 is unavailable, the notebook server searchs the next available port.\n",
56 56 "\n",
57 57 "You can also specify the port manually:\n",
58 58 "\n",
General Comments 0
You need to be logged in to leave comments. Login now