Skip to content

Commit 079d48c

Browse files
authored
Merge pull request #45 from raghuraju/master
update README.md to include Jupyter
2 parents 25e8f73 + 5c4a028 commit 079d48c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎Lecture-0-Scientific-Computing-with-Python.ipynb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
"* In-line editing of code.\n",
278278
"* Object introspection, and automatic extract of documentation strings from python objects like classes and functions.\n",
279279
"* Good interaction with operating system shell.\n",
280-
"* Support for multiple parallel back-end processes, that can run on computing clusters or cloud services like Amazon EE2.\n"
280+
"* Support for multiple parallel back-end processes, that can run on computing clusters or cloud services like Amazon EC2.\n"
281281
]
282282
},
283283
{

‎README.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ To open these notebooks in IPython, download the files to a directory on your co
99

1010
This will open a new page in your browser with a list of the available notebooks.
1111

12+
Should this error `[TerminalIPythonApp] WARNING | File not found: u'notebook'` pop up, please install Jupyter by following the [instructions](http://jupyter.readthedocs.io/en/latest/install.html) and execute the following command to run the notebook:
13+
14+
$ jupyter notebook
15+
16+
1217
Online read-only versions
1318
=========================
1419

0 commit comments

Comments
 (0)