mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
Fix image urls
This commit is contained in:
parent
df964650fd
commit
7d04e76e05
@ -12,7 +12,7 @@ Notebook Dashboard
|
||||
When you launch ``jupyter notebook`` the first page that you encounter is the
|
||||
Notebook Dashboard.
|
||||
|
||||
.. image:: /_static/images/jupyter-notebook-dashboard.png
|
||||
.. image:: ./_static/images/jupyter-notebook-dashboard.png
|
||||
|
||||
Notebook Editor
|
||||
---------------
|
||||
@ -20,7 +20,7 @@ Notebook Editor
|
||||
Once you've selected a Notebook to edit, the Notebook will open in the Notebook
|
||||
Editor.
|
||||
|
||||
.. image:: /_static/images/jupyter-notebook-default.png
|
||||
.. image:: ./_static/images/jupyter-notebook-default.png
|
||||
|
||||
Interactive User Interface Tour of the Notebook
|
||||
-----------------------------------------------
|
||||
@ -37,7 +37,7 @@ the cell's state. This state is indicated by a small pencil icon on the
|
||||
top right of the interface. When the cell is in command mode, there is no
|
||||
icon in that location.
|
||||
|
||||
.. image:: /_static/images/jupyter-notebook-edit.png
|
||||
.. image:: ./_static/images/jupyter-notebook-edit.png
|
||||
|
||||
File Editor
|
||||
-----------
|
||||
@ -46,4 +46,4 @@ Now let's say that you've chosen to open a Markdown file instead of a Notebook
|
||||
file whilst in the Notebook Dashboard. If so, the file will be opened in the
|
||||
File Editor.
|
||||
|
||||
.. image:: /_static/images/jupyter-file-editor.png
|
||||
.. image:: ./_static/images/jupyter-file-editor.png
|
||||
|
Loading…
Reference in New Issue
Block a user