export tutorials changed in c161138 (#498)
Co-authored-by: dario-coscia <dario-coscia@users.noreply.github.com>
This commit is contained in:
committed by
FilippoOlivo
parent
fa402b3565
commit
ae1fd2680f
2
tutorials/tutorial14/tutorial.ipynb
vendored
2
tutorials/tutorial14/tutorial.ipynb
vendored
@@ -39,7 +39,7 @@
|
||||
"except:\n",
|
||||
" IN_COLAB = False\n",
|
||||
"if IN_COLAB:\n",
|
||||
" !pip install \"pina-mathlab\" \n",
|
||||
" !pip install \"pina-mathlab\"\n",
|
||||
"\n",
|
||||
"%matplotlib inline\n",
|
||||
"\n",
|
||||
|
||||
2
tutorials/tutorial14/tutorial.py
vendored
2
tutorials/tutorial14/tutorial.py
vendored
@@ -11,7 +11,7 @@
|
||||
|
||||
# Let's start with the necessary imports. We're particularly interested in the `PODBlock` and `RBFBlock` classes which will allow us to define the POD-RBF model.
|
||||
|
||||
# In[1]:
|
||||
# In[ ]:
|
||||
|
||||
|
||||
## routine needed to run the notebook on Google Colab
|
||||
|
||||
Reference in New Issue
Block a user