Skip to content

Fixes for #55 #56 #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/Notebook/Notebook Basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"source": [
"If the notebook server is run on an operating system which supports [PTY](https://en.wikipedia.org/wiki/Pseudoterminal) (Linux/Mac), then the notebook application will be able to spawn interactive terminal instances. If the operating system does not support PTY (Windows), the terminal feature will not be enabled.\n",
"\n",
"A new terminal can be spawned from the dashboard by clicking on the **`Files`** tab, followed by the **`New`** dropdown button, and then selecting **`Text File`**.\n",
"A new terminal can be spawned from the dashboard by clicking on the **`Files`** tab, followed by the **`New`** dropdown button, and then selecting **`Terminal`**.\n",
"\n",
"The terminal supports all applications which would otherwise run in a PTY, this includes classical terminal applications like Vim, Nano, and Bash.\n",
"\n",
Expand Down
38 changes: 19 additions & 19 deletions exercises/Parallel Computing/Overview of IPython.parallel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![wideview](../figs/wideView400.png)"
"![wideview](../images/wideView400.png)"
]
},
{
Expand Down Expand Up @@ -58,7 +58,7 @@
"source": [
"This leads to a usage model where you can create as many engines as you want per compute node, and then control them all from your clients via a central 'controller' object that encapsulates the hub and schedulers:\n",
"\n",
"![cluster](../figs/ipcluster-kernels.png)"
"![cluster](../images/ipcluster-kernels.png)"
]
},
{
Expand Down Expand Up @@ -186,7 +186,7 @@
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [],
"source": [
Expand All @@ -199,7 +199,7 @@
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [
{
Expand Down Expand Up @@ -228,7 +228,7 @@
"cell_type": "code",
"execution_count": 3,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [],
"source": [
Expand All @@ -240,7 +240,7 @@
"cell_type": "code",
"execution_count": 4,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [
{
Expand Down Expand Up @@ -269,7 +269,7 @@
"cell_type": "code",
"execution_count": 5,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [
{
Expand All @@ -292,7 +292,7 @@
"cell_type": "code",
"execution_count": 6,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [
{
Expand Down Expand Up @@ -324,7 +324,7 @@
"cell_type": "code",
"execution_count": 7,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [
{
Expand Down Expand Up @@ -353,7 +353,7 @@
"cell_type": "code",
"execution_count": 8,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [
{
Expand Down Expand Up @@ -382,7 +382,7 @@
"cell_type": "code",
"execution_count": 9,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [
{
Expand Down Expand Up @@ -411,7 +411,7 @@
"cell_type": "code",
"execution_count": 10,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [
{
Expand Down Expand Up @@ -440,7 +440,7 @@
"cell_type": "code",
"execution_count": 11,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [
{
Expand Down Expand Up @@ -470,7 +470,7 @@
"cell_type": "code",
"execution_count": 12,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [
{
Expand Down Expand Up @@ -506,7 +506,7 @@
"cell_type": "code",
"execution_count": 13,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [],
"source": [
Expand All @@ -520,7 +520,7 @@
"cell_type": "code",
"execution_count": 14,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [],
"source": [
Expand All @@ -531,7 +531,7 @@
"cell_type": "code",
"execution_count": 15,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [
{
Expand All @@ -553,7 +553,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
"collapsed": false
},
"outputs": [],
"source": []
Expand All @@ -562,4 +562,4 @@
"metadata": {},
"nbformat": 4,
"nbformat_minor": 0
}
}