@@ -18,6 +18,18 @@ kernelspec:
|
18 | 18 | </div> |
19 | 19 | ``` |
20 | 20 | |
| 21 | +<style> |
| 22 | +.auto { |
| 23 | +width: 70%; |
| 24 | +height: auto; |
| 25 | + } |
| 26 | +.terminal{ |
| 27 | +width: 80%; |
| 28 | +height: auto; |
| 29 | + } |
| 30 | +</style> |
| 31 | + |
| 32 | + |
21 | 33 | # Setting up Your Python Environment |
22 | 34 | |
23 | 35 | ```{index} single: Python |
@@ -114,14 +126,6 @@ Because of these features, Jupyter is now a major player in the scientific compu
|
114 | 126 | |
115 | 127 | Here's an image showing execution of some code (borrowed from [here](http://matplotlib.org/examples/pylab_examples/hexbin_demo.html)) in a Jupyter notebook |
116 | 128 | |
117 | | - |
118 | | -<style> |
119 | | -.auto { |
120 | | -width: 70%; |
121 | | -height: auto; |
122 | | - } |
123 | | -</style> |
124 | | - |
125 | 129 | ```{figure} /_static/lecture_specific/getting_started/jp_demo.png |
126 | 130 | :figclass: auto |
127 | 131 | ``` |
@@ -151,7 +155,7 @@ Either
|
151 | 155 | If you use the second option, you will see something like this |
152 | 156 | |
153 | 157 | ```{figure} /_static/lecture_specific/getting_started/starting_nb.png |
154 | | -:scale: 60 |
| 158 | +:figclass: terminal |
155 | 159 | ``` |
156 | 160 | |
157 | 161 | The output tells us the notebook is running at `http://localhost:8888/` |
|