Skip to content

Commit 3370fed

Browse files
authored
Merge pull request #764 from simvue-io/update_examples
Update pip installation
2 parents 7c01041 + 07fd84c commit 3370fed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/non_python_example.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"metadata": {},
3535
"source": [
3636
"### Install dependencies\n",
37-
"While you can use Simvue and Multiparser individually to achieve the tracking and monitoring of Non-Python files, we recommend using the `simvue-integrations` package which wraps these both together into a handy `WrappedRun` class. Install this if you have not done so already:"
37+
"While you can use Simvue and Multiparser individually to achieve the tracking and monitoring of Non-Python files, we recommend using the `simvue-connector` package which wraps these both together into a handy `WrappedRun` class. Install this if you have not done so already:"
3838
]
3939
},
4040
{
@@ -43,7 +43,7 @@
4343
"metadata": {},
4444
"outputs": [],
4545
"source": [
46-
"!pip install git+https://github.com/simvue-io/integrations.git"
46+
"!pip install simvue-connector"
4747
]
4848
},
4949
{
@@ -94,7 +94,7 @@
9494
"metadata": {},
9595
"outputs": [],
9696
"source": [
97-
"from simvue_integrations.connectors.generic import WrappedRun\n",
97+
"from simvue_connector.connector import WrappedRun\n",
9898
"import multiparser.parsing.tail as mp_tail_parser\n",
9999
"import time\n",
100100
"import pathlib\n",

0 commit comments

Comments
 (0)