Skip to content

Commit f276392

Browse files
committed
Update links/imports for notebook
1 parent 52dcbe1 commit f276392

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Try some other examples live in Colab.
9898
| Surrogate model generation with gpCAM. | |Surrogate Modeling| |
9999
+---------------------------------------------------------------+-------------------------------------+
100100

101-
There are many more examples in the `Community Examples repository`_ and `regression tests`_.
101+
There are many more examples in the `regression tests`_ and `Community Examples repository`_.
102102

103103
Resources
104104
=========
@@ -181,4 +181,4 @@ Resources
181181
:target: http://colab.research.google.com/github/Libensemble/libensemble/blob/develop/examples/tutorials/aposmm/aposmm_tutorial_notebook.ipynb
182182

183183
.. |Surrogate Modeling| image:: https://colab.research.google.com/assets/colab-badge.svg
184-
:target: https://colab.research.google.com/github/Libensemble/libensemble/blob/examples/gpcam_notebook/examples/tutorials/gpcam_surrogate_model/gpcam.ipynb
184+
:target: https://colab.research.google.com/github/Libensemble/libensemble/blob/develop/examples/tutorials/gpcam_surrogate_model/gpcam.ipynb

examples/tutorials/gpcam_surrogate_model/gpcam.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@
3434
"source": [
3535
"import sys\n",
3636
"if 'google.colab' in sys.modules:\n",
37-
" #!pip install libensemble\n",
38-
" !pip install git+https://github.com/Libensemble/libensemble.git@examples/gpcam_notebook ################ tmp\n",
39-
" # Prevent downgraded numpy in colab due to preinstalls - \n",
37+
" !pip install libensemble\n",
38+
" # Prevent downgraded numpy in colab due to preinstalls\n",
4039
" !pip install --upgrade --force-reinstall numpy==2.1.1 scipy gpcam fvgp"
4140
]
4241
},

0 commit comments

Comments
 (0)