check on Colab option
This commit is contained in:
2
tutorials/tutorial5/tutorial.ipynb
vendored
2
tutorials/tutorial5/tutorial.ipynb
vendored
@@ -36,7 +36,7 @@
|
||||
" !pip install \"pina-mathlab\"\n",
|
||||
" !pip install scipy\n",
|
||||
" # get the data\n",
|
||||
" !wget https://github.com/mathLab/PINA/blob/master/tutorials/tutorial5/Data_Darcy.mat\n",
|
||||
" !wget https://github.com/mathLab/PINA/raw/refs/heads/master/tutorials/tutorial5/Data_Darcy.mat\n",
|
||||
"\n",
|
||||
" \n",
|
||||
"# !pip install scipy # install scipy\n",
|
||||
|
||||
2
tutorials/tutorial5/tutorial.py
vendored
2
tutorials/tutorial5/tutorial.py
vendored
@@ -22,7 +22,7 @@ if IN_COLAB:
|
||||
get_ipython().system('pip install "pina-mathlab"')
|
||||
get_ipython().system('pip install scipy')
|
||||
# get the data
|
||||
get_ipython().system('wget https://github.com/mathLab/PINA/blob/master/tutorials/tutorial5/Data_Darcy.mat')
|
||||
get_ipython().system('wget https://github.com/mathLab/PINA/raw/refs/heads/master/tutorials/tutorial5/Data_Darcy.mat')
|
||||
|
||||
|
||||
# !pip install scipy # install scipy
|
||||
|
||||
Reference in New Issue
Block a user