Skip to content

Commit 2401191

Browse files
authored
Merge pull request #1008 from gempy-project/le_sdk_
[BUG] Revive gempy x le connection GEN-10870
2 parents 717ca35 + c15cf76 commit 2401191

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

examples/tutorials/ch1_fundamentals/ch1_7_3d_visualization.py

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
import gempy_viewer as gpv
1111
from gempy import generate_example_model
1212
from gempy.core.data.enumerators import ExampleModel
13+
import dotenv
14+
15+
dotenv.load_dotenv()
1316

1417
# sphinx_gallery_thumbnail_number = -1
1518

@@ -70,6 +73,7 @@
7073
file_name="gempy_model",
7174
user_token=None, # If None, it will try to grab it from the environment
7275
grab_link=True,
76+
make_new_space=False
7377
)
7478

7579
print(f"Generated Link: {link}")

requirements/dev-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pytest
44
pyvista
5-
git+https://github.com/terranigma-solutions/subsurface[email protected]
5+
subsurface-terra
66

77
# Testing
88
pytest-approvaltests

requirements/docs_requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ sphinx
77
sphinx-gallery
88
sphinx_design
99
sphinx_automodapi
10+
liquid-earth-sdk
11+
wellpathpy
1012

1113
openpyxl

0 commit comments

Comments
 (0)