Skip to content

Commit 4405949

Browse files
committed
Added issues link and contact info to ecco_access intro tutorial
1 parent 2c1b4ae commit 4405949

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ecco_access/ecco_access_tutorials/ECCO_access_intro.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"source": [
88
"# The *ecco_access* Python \"package\": accessing ECCO output on PO.DAAC\n",
99
"\n",
10-
"Andrew Delman, updated 2024-10-17\n",
10+
"Updated 2024-10-17\n",
11+
"\n",
12+
"> Note: The `ecco_access` library is new as of Oct 2024. If you notice bugs or have any questions or suggestions, please feel free to post an issue on the [GitHub](https://github.com/ECCO-GROUP/ECCO-v4-Python-Tutorial/issues) or contact Andrew Delman at andrewdelman@ucla.edu.\n",
1113
"\n",
1214
"[Introduction](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_intro.html#Introduction)\\\n",
1315
"[Setting up *ecco_access*](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_intro.html#Setting-up-ecco_access)\\\n",
@@ -32,7 +34,7 @@
3234
"\n",
3335
"## Setting up `ecco_access`\n",
3436
"\n",
35-
"The *ecco_access* library I am calling a \"package\" in quotes because it currently has the core structure of any package you would install using `conda` or `pip`; there is an `__init__.py` file that allows you to access all of the library's modules and the functions within, using a single `import ecco_access` command. However, this \"package\" is not available through `conda` or `pip` yet.In the meantime, you can get `ecco_access` using one of the following methods:\n",
37+
"The *ecco_access* library I am calling a \"package\" in quotes because it currently has the core structure of any package you would install using `conda` or `pip`; there is an `__init__.py` file that allows you to access all of the library's modules and the functions within, using a single `import ecco_access` command. However, this \"package\" is not available through `conda` or `pip` yet. In the meantime, you can get `ecco_access` using one of the following methods:\n",
3638
"\n",
3739
"- *git clone* the [ECCO-v4-Python-Tutorial](https://github.com/ECCO-GROUP/ECCO-v4-Python-Tutorial/tree/master) repository, which contains *ecco_access* along with the symlinks (soft links) needed to run the tutorials in-place\n",
3840
"\n",

0 commit comments

Comments
 (0)