Skip to content

Commit

Permalink
Add Colab tutorial 03_graetz.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
fpichi committed Aug 24, 2023
1 parent 177e87b commit 19729be
Showing 1 changed file with 17 additions and 22 deletions.
39 changes: 17 additions & 22 deletions notebook/03_graetz.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"colab": {
"provenance": [],
"gpuType": "T4",
"authorship_tag": "ABX9TyNUhauQqg996sF1QlsGJmgV",
"authorship_tag": "ABX9TyOBRFEzYyQnPWHzx/GjZPAm",
"include_colab_link": true
},
"kernelspec": {
Expand All @@ -30,7 +30,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"id": "CtOVuaD1oJGf"
},
Expand All @@ -57,27 +57,22 @@
"metadata": {
"id": "NSPoTlJupTMQ"
},
"execution_count": 2,
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"source": [
"# Clone and import gca-rom\n",
"try:\n",
" import sys\n",
" sys.path.append('./gca-rom')\n",
" from gca_rom import network, pde, loader, plotting, preprocessing, training, initialization, testing, error, gui\n",
"except ImportError:\n",
" !git clone https://github.com/fpichi/gca-rom.git\n",
" import sys\n",
" sys.path.append('./gca-rom')\n",
" from gca_rom import network, pde, loader, plotting, preprocessing, training, initialization, testing, error, gui\n"
"!git clone https://github.com/fpichi/gca-rom.git\n",
"import sys\n",
"sys.path.append('gca-rom')\n",
"from gca_rom import network, pde, loader, plotting, preprocessing, training, initialization, testing, error, gui\n"
],
"metadata": {
"id": "rXVVqRjT0CHr"
},
"execution_count": 3,
"execution_count": null,
"outputs": []
},
{
Expand All @@ -89,7 +84,7 @@
"metadata": {
"id": "sBjDa3kg2gyX"
},
"execution_count": 4,
"execution_count": null,
"outputs": []
},
{
Expand Down Expand Up @@ -119,7 +114,7 @@
"id": "l1sNbNWi2x5J",
"outputId": "ea6cf9a0-2a44-4719-d345-4bbf1b795847"
},
"execution_count": 5,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -156,7 +151,7 @@
"id": "oLoNgZkI257l",
"outputId": "5dc0d91c-f1f5-4c55-9165-3551be4719d6"
},
"execution_count": 6,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -196,7 +191,7 @@
"id": "PgCWJRAm3CuH",
"outputId": "94489483-38c4-4059-c3e9-b046859106d8"
},
"execution_count": 7,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -230,7 +225,7 @@
"metadata": {
"id": "lW5gsJNl3K7_"
},
"execution_count": 8,
"execution_count": null,
"outputs": []
},
{
Expand Down Expand Up @@ -259,7 +254,7 @@
"id": "6BPwYDBKXRru",
"outputId": "3284dece-6019-4918-dbd9-f78af2a0ae9b"
},
"execution_count": 9,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -316,7 +311,7 @@
},
"outputId": "e7eb82f5-fa3e-4dd6-85da-1d6a94654120"
},
"execution_count": 10,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -360,7 +355,7 @@
},
"outputId": "cfa75a1c-0b8c-4328-c4d7-80fb36815ccb"
},
"execution_count": 11,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -534,7 +529,7 @@
},
"outputId": "09821390-0960-4521-ef43-c56f22ce56cd"
},
"execution_count": 12,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down

0 comments on commit 19729be

Please sign in to comment.