|
83 | 83 | " margin-top: 10px;\n", |
84 | 84 | " margin-bottom: 10px;\n", |
85 | 85 | "\">\n", |
86 | | - "<code>git clone https://github.com/meinardmueller/PCPT.git</code>.<br>\n", |
| 86 | + "<tt style=\"color:#E65100;\">git clone https://github.com/meinardmueller/PCPT.git</tt>.<br>\n", |
87 | 87 | "</div>" |
88 | 88 | ] |
89 | 89 | }, |
|
105 | 105 | "name": "stdout", |
106 | 106 | "output_type": "stream", |
107 | 107 | "text": [ |
108 | | - "----------------------------------------------------------------------------------\n", |
109 | | - "| https://github.com/meinardmueller/PCPT/releases/download/v0.5.0/PCPT_0.5.0.zip |\n", |
110 | | - "----------------------------------------------------------------------------------\n" |
| 108 | + "------------------------------------------------------------------------------\n", |
| 109 | + "https://github.com/meinardmueller/PCPT/releases/download/v0.5.1/PCPT_0.5.1.zip\n", |
| 110 | + "------------------------------------------------------------------------------\n" |
111 | 111 | ] |
112 | 112 | } |
113 | 113 | ], |
|
247 | 247 | " margin-top: 10px; \n", |
248 | 248 | " margin-bottom: 10px;\n", |
249 | 249 | "\">\n", |
250 | | - " <code>conda env create -f environment.yml</code>\n", |
| 250 | + " <tt style=\"color:#E65100;\">conda env create -f environment.yml</tt>\n", |
251 | 251 | "</div> " |
252 | 252 | ] |
253 | 253 | }, |
|
277 | 277 | " margin-top: 10px;\n", |
278 | 278 | " margin-bottom: 10px;\n", |
279 | 279 | "\"> \n", |
280 | | - " <code>conda activate PCPT</code>\n", |
| 280 | + " <tt style=\"color:#E65100;\">conda activate PCPT</tt>\n", |
281 | 281 | "</div> \n", |
282 | 282 | "\n", |
283 | 283 | "Then change to the directory containing the PCPT notebooks and start the Jupyter server using the following command:\n", |
|
292 | 292 | " margin-top: 10px;\n", |
293 | 293 | " margin-bottom: 10px;\n", |
294 | 294 | "\"> \n", |
295 | | - " <code>jupyter notebook</code>\n", |
| 295 | + " <tt style=\"color:#E65100;\">jupyter notebook</tt>\n", |
296 | 296 | "</div> \n", |
297 | 297 | "\n", |
298 | 298 | "This command opens a browser window displaying the folder structure of the PCPT notebooks. You can open the overview notebook by selecting the file `PCPT.ipynb`. Alternatively, you can directly open any individual PCPT notebook by selecting a file in a subdirectory with the `.ipynb` extension. Within a Jupyter session, make sure to follow the **IPYNB links** so that all code cells remain executable. Also note that you can only access files located in the directory from which the Jupyter server was launched, or in any of its **subdirectories**. \n", |
|
309 | 309 | " margin-top: 10px;\n", |
310 | 310 | " margin-bottom: 10px;\n", |
311 | 311 | "\"> \n", |
312 | | - " <code>jupyter lab</code>\n", |
| 312 | + " <tt style=\"color:#E65100;\">jupyter lab</tt>\n", |
313 | 313 | "</div>" |
314 | 314 | ] |
315 | 315 | }, |
|
395 | 395 | " margin-top: 10px;\n", |
396 | 396 | " margin-bottom: 10px;\n", |
397 | 397 | "\"> \n", |
398 | | - " <code>python tools/run_and_export_notebooks.py</code>\n", |
| 398 | + " <tt style=\"color:#E65100;\">python tools/run_and_export_notebooks.py</tt>\n", |
399 | 399 | "</div> " |
400 | 400 | ] |
401 | 401 | }, |
|
0 commit comments