You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"In this brief tutorial, we'll go over how to load up data, analyze things, inspect your data, and make some visualizations.\n",
18
+
"\n",
19
+
"Our documentation page can provide information on a variety of the commands that are used here, both in narrative documentation as well as recipes for specific functionality in our cookbook. The documentation exists at http://yt-project.org/doc/. If you encounter problems, look for help here: http://yt-project.org/doc/help/index.html.\n",
20
+
"\n",
21
+
"## Acquiring the datasets for this tutorial\n",
22
+
"\n",
23
+
"If you are executing these tutorials interactively, you need some sample datasets on which to run the code. You can download these datasets at http://yt-project.org/data/. The datasets necessary for each lesson are noted next to the corresponding tutorial.\n",
24
+
"\n",
25
+
"## What's Next?\n",
26
+
"\n",
27
+
"The Notebooks are meant to be explored in this order:\n",
"4. Data Objects and Time Series (IsolatedGalaxy dataset)\n",
33
+
"5. Derived Fields and Profiles (IsolatedGalaxy dataset)\n",
34
+
"6. Volume Rendering (IsolatedGalaxy dataset)"
35
+
]
36
+
},
37
+
{
38
+
"cell_type": "markdown",
39
+
"metadata": {},
40
+
"source": [
41
+
"The following code will download the data needed for this tutorial automatically using `curl`. It may take some time so please wait when the kernel is busy. You will need to set `download_datasets` to True before using it."
0 commit comments