Skip to content

Commit 93a8def

Browse files
committed
trying to incorporate images into documentation
1 parent c676327 commit 93a8def

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed
19.7 KB
Loading
16.2 KB
Loading
15.4 KB
Loading
17.6 KB
Loading
16.3 KB
Loading
4.87 KB
Loading

documentation/source/user/icrn/jupyter_kernel.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,39 +39,39 @@ After installing a kernel, you need to restart your Jupyter session to see the n
3939

4040
When you first open Jupyter, you'll see only the default kernels available:
4141

42-
.. image:: ../../images/Jupyter_kernels_noastro.png
42+
.. image:: ../../_static/images/Jupyter_kernels_noastro.png
4343
:alt: Jupyter kernels list without custom kernels
4444
:width: 600px
4545

4646
**Restarting the Kernel**
4747

4848
After installing a new kernel, restart your Jupyter kernel to refresh the kernel list:
4949

50-
.. image:: ../../images/jupyter_restart_kernel.png
50+
.. image:: ../../_static/images/jupyter_restart_kernel.png
5151
:alt: Restart kernel option in Jupyter
5252
:width: 600px
5353

5454
**Selecting a New Kernel**
5555

5656
After restarting, you should see your new kernel in the kernel selection menu:
5757

58-
.. image:: ../../images/jupyter-kernels-astro-avail.png
58+
.. image:: ../../_static/images/jupyter-kernels-astro-avail.png
5959
:alt: Jupyter kernels list with custom kernel available
6060
:width: 600px
6161

6262
**Changing to the New Kernel**
6363

6464
Use the kernel menu to switch to your new kernel:
6565

66-
.. image:: ../../images/Jupyter-menu-change-kernel.png
66+
.. image:: ../../_static/images/Jupyter-menu-change-kernel.png
6767
:alt: Jupyter menu to change kernel
6868
:width: 600px
6969

7070
**Verifying the Kernel is Running**
7171

7272
Once selected, you should see the kernel name in the top right of your notebook:
7373

74-
.. image:: ../../images/jupyter_running_astro.png
74+
.. image:: ../../_static/images/jupyter_running_astro.png
7575
:alt: Jupyter notebook running custom kernel
7676
:width: 600px
7777

documentation/source/user/icrn/python_kernels.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,39 +103,39 @@ Now you can use the kernel in Jupyter:
103103

104104
Before the kernel appears, you might see only the default kernels:
105105

106-
.. image:: ../../images/Jupyter_kernels_noastro.png
106+
.. image:: ../../_static/images/Jupyter_kernels_noastro.png
107107
:alt: Jupyter kernels list without astro kernel
108108
:width: 600px
109109

110110
3. **Restart the Kernel**
111111

112112
After installing a new kernel, restart your Jupyter kernel to refresh the kernel list:
113113

114-
.. image:: ../../images/jupyter_restart_kernel.png
114+
.. image:: ../../_static/images/jupyter_restart_kernel.png
115115
:alt: Restart kernel option in Jupyter
116116
:width: 600px
117117

118118
4. **Select the New Kernel**
119119

120120
After restarting, you should see your new kernel in the kernel selection menu:
121121

122-
.. image:: ../../images/jupyter-kernels-astro-avail.png
122+
.. image:: ../../_static/images/jupyter-kernels-astro-avail.png
123123
:alt: Jupyter kernels list with astro kernel available
124124
:width: 600px
125125

126126
5. **Change to the New Kernel**
127127

128128
Use the kernel menu to switch to your new Python kernel:
129129

130-
.. image:: ../../images/Jupyter-menu-change-kernel.png
130+
.. image:: ../../_static/images/Jupyter-menu-change-kernel.png
131131
:alt: Jupyter menu to change kernel
132132
:width: 600px
133133

134134
6. **Verify the Kernel is Running**
135135

136136
Once selected, you should see the kernel name in the top right of your notebook:
137137

138-
.. image:: ../../images/jupyter_running_astro.png
138+
.. image:: ../../_static/images/jupyter_running_astro.png
139139
:alt: Jupyter notebook running astro kernel
140140
:width: 600px
141141

0 commit comments

Comments
 (0)