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/tutorial10/tutorial.ipynb
vendored
2
tutorials/tutorial10/tutorial.ipynb
vendored
@@ -31,7 +31,7 @@
|
||||
"except:\n",
|
||||
" IN_COLAB = False\n",
|
||||
"if IN_COLAB:\n",
|
||||
" !pip install \"pina-mathlab\" \n",
|
||||
" !pip install \"pina-mathlab\"\n",
|
||||
" # get the data\n",
|
||||
" !mkdir \"data\"\n",
|
||||
" !wget \"https://github.com/mathLab/PINA/raw/refs/heads/master/tutorials/tutorial10/data/Data_KS.mat\" -O \"data/Data_KS.mat\"\n",
|
||||
|
||||
2
tutorials/tutorial10/tutorial.py
vendored
2
tutorials/tutorial10/tutorial.py
vendored
@@ -14,7 +14,7 @@
|
||||
# First of all, some useful imports. Note we use `scipy` for i/o operations.
|
||||
#
|
||||
|
||||
# In[1]:
|
||||
# In[ ]:
|
||||
|
||||
|
||||
## routine needed to run the notebook on Google Colab
|
||||
|
||||
Reference in New Issue
Block a user