Skip to content

Commit

Permalink
RTD update
Browse files Browse the repository at this point in the history
  • Loading branch information
cathalmccabe committed Dec 14, 2016
1 parent 4c18b5b commit 842d39d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions docs/source/3_jupyter_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"The Notebook server runs on the ARM processor of the PYNQ-Z1. You can open the notebook dashboard by navigating to [pynq:9090](http://pynq:9090) when your board is connected to the network. \n",
"The dashboard serves as a home page for notebooks. Its main purpose is to display the notebooks and files in the current directory. For example, here is a screenshot of the dashboard page for the `Examples` directory in the Jupyter repository:\n",
"\n",
"<img src=\"images/dashboard_files_tab.png\" width=\"600px\"/>"
"<img src=\"images/dashboard_files_tab.png\" width=\"400px\"/>"
]
},
{
Expand All @@ -213,7 +213,7 @@
},
"source": [
".. figure:: ./images/dashboard_files_tab.png\n",
" :width: 600\n",
" :width: 400\n",
" :align: center"
]
},
Expand Down Expand Up @@ -247,7 +247,7 @@
"\n",
"The notebook list shows green \"Running\" text and a green notebook icon next to running notebooks (as seen below). Notebooks remain running until you explicitly shut them down; closing the notebook's page is not sufficient.\n",
"\n",
"<img src=\"images/dashboard_files_tab_run.png\" width=\"200px\"/>"
"<img src=\"images/dashboard_files_tab_run.png\" width=\"400px\"/>"
]
},
{
Expand All @@ -257,7 +257,7 @@
},
"source": [
".. figure:: ./images/dashboard_files_tab_run.png\n",
" :width: 200\n",
" :width: 400\n",
" :align: center"
]
},
Expand Down Expand Up @@ -287,7 +287,7 @@
"source": [
"To see all of your running notebooks along with their directories, click on the \"Running\" tab:\n",
"\n",
"<img src=\"images/dashboard_running_tab.png\" width=\"400px\" />\n",
"<img src=\"images/dashboard_running_tab.png\" width=\"600px\" />\n",
"\n",
"This view provides a convenient way to track notebooks that you start as you navigate the filesystem in a long running notebook server."
]
Expand All @@ -299,7 +299,7 @@
},
"source": [
".. figure:: ./images/dashboard_running_tab.png\n",
" :width: 400\n",
" :width: 600\n",
" :align: center"
]
},
Expand Down
10 changes: 5 additions & 5 deletions docs/source/temp/3_jupyter_notebook.tmp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
},
"source": [
".. figure:: ./images/dashboard_files_tab.png\n",
" :width: 791\n",
" :width: 400\n",
" :align: center"
]
},
Expand Down Expand Up @@ -247,7 +247,7 @@
"\n",
"The notebook list shows green \"Running\" text and a green notebook icon next to running notebooks (as seen below). Notebooks remain running until you explicitly shut them down; closing the notebook's page is not sufficient.\n",
"\n",
"<img src=\"images/dashboard_files_tab_run.png\" width=\"200px\"/>"
"<img src=\"images/dashboard_files_tab_run.png\" width=\"400px\"/>"
]
},
{
Expand All @@ -257,7 +257,7 @@
},
"source": [
".. figure:: ./images/dashboard_files_tab_run.png\n",
" :width: 777\n",
" :width: 400\n",
" :align: center"
]
},
Expand Down Expand Up @@ -287,7 +287,7 @@
"source": [
"To see all of your running notebooks along with their directories, click on the \"Running\" tab:\n",
"\n",
"<img src=\"images/dashboard_running_tab.png\" width=\"400px\" />\n",
"<img src=\"images/dashboard_running_tab.png\" width=\"600px\" />\n",
"\n",
"This view provides a convenient way to track notebooks that you start as you navigate the filesystem in a long running notebook server."
]
Expand All @@ -299,7 +299,7 @@
},
"source": [
".. figure:: ./images/dashboard_running_tab.png\n",
" :width: 786\n",
" :width: 600\n",
" :align: center"
]
},
Expand Down

0 comments on commit 842d39d

Please sign in to comment.