Skip to content

Commit 281d4e8

Browse files
committed
[ENH] Add .env.example file with environment variables
This update introduces a .env.example file, which provides a template for setting necessary environment variables. Particularly, this includes keys for the LIQUID_EARTH_API_TOKEN and the path for the BOREHOLES_SOUTH_FOLDER.
1 parent e9ebfc0 commit 281d4e8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
LIQUID_EARTH_API_TOKEN = "foobar-1499cbe49808c8cfef14303d2aaacXDx-w1vc1bD065Wj0ABi3HD2fzQ"
2+
BOREHOLES_SOUTH_FOLDER = "/mnt/d/OneDrive - .../boreholes_south"

examples/tutorials/ch1_fundamentals/ch1_7_3d_visualization.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,7 @@
6464
grab_link=True
6565
)
6666

67-
print(link)
68-
link
67+
print(f"Generated Link: {link}")
68+
69+
# %%
70+
# Now we can use `this link <https://liquidearth.app.link/c47a2e42-7ffa-4f3b-b432-eb9f292e1538>`_ to visualize the model in Liquid Earth.

0 commit comments

Comments
 (0)