-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add import of active cells to Preferences and performance
- Loading branch information
Showing
5 changed files
with
31 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
+++ | ||
title = "Python interface" | ||
title = "Python Interface" | ||
published = true | ||
weight = 15 | ||
+++ | ||
|
||
![]({{< relref "" >}}images/scripting/python-logo-master-v3-TM.png) | ||
|
||
ResInsight offers a powerful programming interface which allows you to interact with a running ResInsight instance | ||
from [Python 3](https://www.python.org/download/releases/3.0/). | ||
This enables you to: | ||
ResInsight provides a robust programming interface that allows you to interact with a running ResInsight instance using [Python 3](https://www.python.org/download/releases/3.0/). This interface enables you to: | ||
|
||
* start ResInsight from Python | ||
* communicate with an a running ResInsight instance | ||
* load a ResInsight project file | ||
* load data files such as Eclipse EGRID files and summary files | ||
* extract data to Python for further processing and automation | ||
* export snapshots of graphics | ||
* Start ResInsight from Python | ||
* Communicate with a running ResInsight instance | ||
* Load a ResInsight project file | ||
* Load data files such as Eclipse EGRID files and summary files | ||
* Extract data to Python for further processing and automation | ||
* Export snapshots of graphics | ||
|
||
Please refer to the [ResInsight Python API](https://api.resinsight.org) for configuration and details. | ||
For configuration and detailed information, please refer to the [ResInsight Python API](https://api.resinsight.org). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.