Skip to content

Commit

Permalink
ipython -> jupyter
Browse files Browse the repository at this point in the history
fixes #52
  • Loading branch information
dpshelio committed Oct 22, 2018
1 parent d6f118a commit 4d166cc
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ch00python/010exemplar.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Now, if you try to follow along on this example in an IPython notebook, you'll probably find that \n",
"Now, if you try to follow along on this example in an Jupyter notebook, you'll probably find that \n",
"you just got an error message.\n",
"\n",
"You'll need to wait until we've covered installation of additional python libraries later in the course, then come\n",
Expand Down
2 changes: 1 addition & 1 deletion ch00python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Introduction to Python
---

* Why use scripting languages?
* Python. IPython and the IPython notebook.
* Python. IPython and the Jupyter notebook.
* Data structures: list, dictionaries, and sets.
* List comprehensions
* Functions in Python
Expand Down
2 changes: 1 addition & 1 deletion ch01data/060files.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Let's write an example datafile to disk so we can investigate it. We'll just use a plain-text file. IPython notebook provides a way to do this: if we put\n",
"Let's write an example datafile to disk so we can investigate it. We'll just use a plain-text file. Jupyter notebook provides a way to do this: if we put\n",
"`%%writefile` at the top of a cell, instead of being interpreted as python, the cell contents are saved to disk."
]
},
Expand Down
4 changes: 2 additions & 2 deletions ch02git/01Intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"To make it easy for me to edit, I've built it using IPython notebook."
"To make it easy for me to edit, I've built it using Jupyter notebook."
]
},
{
Expand Down Expand Up @@ -267,7 +267,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"I just need to move this IPython notebook's current directory as well:"
"I just need to move this Jupyter notebook's current directory as well:"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion ch04packaging/010Installation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Now, close IPython notebook if you have it open, and reopen it. Check your new library is installed with:"
"Now, close the Jupyter notebook if you have it open, and reopen it. Check your new library is installed with:"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion ch05construction/01introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"\n",
"In this session we're going to look at advice on software *construction*\n",
"\n",
"This lecture is available as an [IPython Notebook](http://nbviewer.ipython.org/url/development.rc.ucl.ac.uk/training/engineering/session05/../python/session05.ipynb)\n"
"This lecture is available as an [Jupyter Notebook](http://nbviewer.ipython.org/url/development.rc.ucl.ac.uk/training/engineering/session05/../python/session05.ipynb)\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion ch08performance/040cython.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"* The cython code in `.pyx` file will be translated to a `C` file.\n",
"* The `C` file will be compiled by a C compiler into a shared library, which will be directely loaded into Python. \n",
"\n",
"In ipython notebook, everything is a lot easier. One need only to load Cython extension (`%load_ext Cython`) at the beginning and put `%%cython` mark in front of cells of cython code. Cells with cython mark will be treated as a `.pyx` code and consequently, compiled into C. \n",
"In a Jupyter notebook, everything is a lot easier. One needs only to load the Cython extension (`%load_ext Cython`) at the beginning and put `%%cython` mark in front of cells of cython code. Cells with cython mark will be treated as a `.pyx` code and consequently, compiled into C. \n",
"\n",
"For details, please see [Building Cython Code](http://docs.cython.org/src/quickstart/build.html).\n"
]
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This course may not be audited.
<h3>Introduction to Python</h3>
<ul>
<li>Why use scripting languages?</li>
<li>Python. IPython and the IPython notebook.</li>
<li>Python. IPython and the Jupyter notebook.</li>
<li>Data structures: list, dictionaries, and sets. </li>
<li>List comprehensions</li>
<li>Functions in Python</li>
Expand Down
2 changes: 1 addition & 1 deletion intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is a intensive, practical course.
### Lesson 1

* Why use scripting languages?
* Python. IPython and the IPython notebook.
* Python. IPython and the Jupyter notebook.
* Programming with lists. Data structures: arrays, dictionaries, and sets.
* Duck typing.
* Modules.
Expand Down
2 changes: 1 addition & 1 deletion session99/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ What we're installing
For the software carpentry session on programming, we'll be using the language *Python* and in
particular versions >= 3.5. We will use the *Enthought Canopy* python distribution which contains a good
collection of the most common *Python* modules as well as *IPython* (an improved *Python*
interpreter) and the IPython notebook (a useful web-based user interface that allows you to create
interpreter) and the Jupyter notebook (a useful web-based user interface that allows you to create
documents that combine text and *Python* code, executable with the same browser window). We'll need
*pip*, the package installer for *Python*, as well.

Expand Down
4 changes: 2 additions & 2 deletions session99/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Please download and install [Anaconda](https://www.anaconda.com/download/)
Sophos
------

To use the IPython notebook on a Windows computer with Sophos anti-virus installed it may be necessary to
To use the Jupyter notebook on a Windows computer with Sophos anti-virus installed it may be necessary to
open additional ports allowing communication between the notebook and its server.
The [solution](http://stackoverflow.com/questions/13036197/ipython-notebook-getting-output) is:

* open your Sophos Endpoint Security and Control Panel from your tray or start menu
* Select "configure" > "Anti-virus" > "Authorization" from the menu at the top
* Select the websites tab
* click the "Add" button and add 127.0.0.1 and localhost to the "Authorized websites" list
* restart computer (most likely not needed, just restart the IPython notebook)
* restart computer (most likely not needed, just restart the Jupyter notebook)
* output works now :)

Git
Expand Down

0 comments on commit 4d166cc

Please sign in to comment.