Skip to content

Commit f689ec2

Browse files
committed
Release 2026.7.19.1: update notebooks and workspace catalogue
1 parent b4b6ec1 commit f689ec2

41 files changed

Lines changed: 118 additions & 118 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

notebooks/chapter_1_introduction/tutorial_0_visualization.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
" import sys\n",
4848
"\n",
4949
" subprocess.check_call(\n",
50-
" [sys.executable, \"-m\", \"pip\", \"install\", \"autoconf\", \"--no-deps\"]\n",
50+
" [sys.executable, \"-m\", \"pip\", \"install\", \"autonerves\", \"--no-deps\"]\n",
5151
" )\n",
5252
"except ImportError:\n",
5353
" pass\n",
5454
"\n",
55-
"from autoconf import setup_colab\n",
55+
"from autonerves import setup_colab\n",
5656
"\n",
5757
"setup_colab.setup(\"howtolens\")"
5858
]
@@ -64,7 +64,7 @@
6464
"\n",
6565
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
6666
"\n",
67-
"from autolens import setup_notebook; setup_notebook()"
67+
"# from autolens import setup_notebook; setup_notebook()"
6868
],
6969
"outputs": [],
7070
"execution_count": null

notebooks/chapter_1_introduction/tutorial_1_grids_and_galaxies.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@
9191
" import sys\n",
9292
"\n",
9393
" subprocess.check_call(\n",
94-
" [sys.executable, \"-m\", \"pip\", \"install\", \"autoconf\", \"--no-deps\"]\n",
94+
" [sys.executable, \"-m\", \"pip\", \"install\", \"autonerves\", \"--no-deps\"]\n",
9595
" )\n",
9696
"except ImportError:\n",
9797
" pass\n",
9898
"\n",
99-
"from autoconf import setup_colab\n",
99+
"from autonerves import setup_colab\n",
100100
"\n",
101101
"setup_colab.setup(\"howtolens\")"
102102
]
@@ -108,7 +108,7 @@
108108
"\n",
109109
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
110110
"\n",
111-
"from autolens import setup_notebook; setup_notebook()\n",
111+
"# from autolens import setup_notebook; setup_notebook()\n",
112112
"\n",
113113
"import matplotlib.pyplot as plt\n",
114114
"import numpy as np\n",

notebooks/chapter_1_introduction/tutorial_2_ray_tracing.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@
9999
" import sys\n",
100100
"\n",
101101
" subprocess.check_call(\n",
102-
" [sys.executable, \"-m\", \"pip\", \"install\", \"autoconf\", \"--no-deps\"]\n",
102+
" [sys.executable, \"-m\", \"pip\", \"install\", \"autonerves\", \"--no-deps\"]\n",
103103
" )\n",
104104
"except ImportError:\n",
105105
" pass\n",
106106
"\n",
107-
"from autoconf import setup_colab\n",
107+
"from autonerves import setup_colab\n",
108108
"\n",
109109
"setup_colab.setup(\"howtolens\")"
110110
]
@@ -116,7 +116,7 @@
116116
"\n",
117117
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
118118
"\n",
119-
"from autolens import setup_notebook; setup_notebook()\n",
119+
"# from autolens import setup_notebook; setup_notebook()\n",
120120
"\n",
121121
"import matplotlib.pyplot as plt\n",
122122
"import autolens as al\n",

notebooks/chapter_1_introduction/tutorial_3_more_ray_tracing.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767
" import sys\n",
6868
"\n",
6969
" subprocess.check_call(\n",
70-
" [sys.executable, \"-m\", \"pip\", \"install\", \"autoconf\", \"--no-deps\"]\n",
70+
" [sys.executable, \"-m\", \"pip\", \"install\", \"autonerves\", \"--no-deps\"]\n",
7171
" )\n",
7272
"except ImportError:\n",
7373
" pass\n",
7474
"\n",
75-
"from autoconf import setup_colab\n",
75+
"from autonerves import setup_colab\n",
7676
"\n",
7777
"setup_colab.setup(\"howtolens\")"
7878
]
@@ -84,7 +84,7 @@
8484
"\n",
8585
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
8686
"\n",
87-
"from autolens import setup_notebook; setup_notebook()\n",
87+
"# from autolens import setup_notebook; setup_notebook()\n",
8888
"\n",
8989
"import numpy as np\n",
9090
"import autolens as al\n",

notebooks/chapter_1_introduction/tutorial_4_point_sources.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
" import sys\n",
4747
"\n",
4848
" subprocess.check_call(\n",
49-
" [sys.executable, \"-m\", \"pip\", \"install\", \"autoconf\", \"--no-deps\"]\n",
49+
" [sys.executable, \"-m\", \"pip\", \"install\", \"autonerves\", \"--no-deps\"]\n",
5050
" )\n",
5151
"except ImportError:\n",
5252
" pass\n",
5353
"\n",
54-
"from autoconf import setup_colab\n",
54+
"from autonerves import setup_colab\n",
5555
"\n",
5656
"setup_colab.setup(\"howtolens\")"
5757
]
@@ -63,7 +63,7 @@
6363
"\n",
6464
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
6565
"\n",
66-
"from autolens import setup_notebook; setup_notebook()\n",
66+
"# from autolens import setup_notebook; setup_notebook()\n",
6767
"\n",
6868
"import autolens as al\n",
6969
"import autolens.plot as aplt"

notebooks/chapter_1_introduction/tutorial_5_lensing_formalism.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
" import sys\n",
4848
"\n",
4949
" subprocess.check_call(\n",
50-
" [sys.executable, \"-m\", \"pip\", \"install\", \"autoconf\", \"--no-deps\"]\n",
50+
" [sys.executable, \"-m\", \"pip\", \"install\", \"autonerves\", \"--no-deps\"]\n",
5151
" )\n",
5252
"except ImportError:\n",
5353
" pass\n",
5454
"\n",
55-
"from autoconf import setup_colab\n",
55+
"from autonerves import setup_colab\n",
5656
"\n",
5757
"setup_colab.setup(\"howtolens\")"
5858
]
@@ -64,7 +64,7 @@
6464
"\n",
6565
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
6666
"\n",
67-
"from autolens import setup_notebook; setup_notebook()\n",
67+
"# from autolens import setup_notebook; setup_notebook()\n",
6868
"\n",
6969
"import autolens as al\n",
7070
"import autolens.plot as aplt"

notebooks/chapter_1_introduction/tutorial_6_data.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
" import sys\n",
7070
"\n",
7171
" subprocess.check_call(\n",
72-
" [sys.executable, \"-m\", \"pip\", \"install\", \"autoconf\", \"--no-deps\"]\n",
72+
" [sys.executable, \"-m\", \"pip\", \"install\", \"autonerves\", \"--no-deps\"]\n",
7373
" )\n",
7474
"except ImportError:\n",
7575
" pass\n",
7676
"\n",
77-
"from autoconf import setup_colab\n",
77+
"from autonerves import setup_colab\n",
7878
"\n",
7979
"setup_colab.setup(\"howtolens\")"
8080
]
@@ -86,7 +86,7 @@
8686
"\n",
8787
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
8888
"\n",
89-
"from autolens import setup_notebook; setup_notebook()\n",
89+
"# from autolens import setup_notebook; setup_notebook()\n",
9090
"\n",
9191
"import numpy as np\n",
9292
"from pathlib import Path\n",

notebooks/chapter_1_introduction/tutorial_7_fitting.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
" import sys\n",
7474
"\n",
7575
" subprocess.check_call(\n",
76-
" [sys.executable, \"-m\", \"pip\", \"install\", \"autoconf\", \"--no-deps\"]\n",
76+
" [sys.executable, \"-m\", \"pip\", \"install\", \"autonerves\", \"--no-deps\"]\n",
7777
" )\n",
7878
"except ImportError:\n",
7979
" pass\n",
8080
"\n",
81-
"from autoconf import setup_colab\n",
81+
"from autonerves import setup_colab\n",
8282
"\n",
8383
"setup_colab.setup(\"howtolens\")"
8484
]
@@ -88,7 +88,7 @@
8888
"metadata": {},
8989
"source": [
9090
"\n",
91-
"from autolens import setup_notebook; setup_notebook()\n",
91+
"# from autolens import setup_notebook; setup_notebook()\n",
9292
"\n",
9393
"import numpy as np\n",
9494
"from pathlib import Path\n",

notebooks/chapter_1_introduction/tutorial_8_summary.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
" import sys\n",
5959
"\n",
6060
" subprocess.check_call(\n",
61-
" [sys.executable, \"-m\", \"pip\", \"install\", \"autoconf\", \"--no-deps\"]\n",
61+
" [sys.executable, \"-m\", \"pip\", \"install\", \"autonerves\", \"--no-deps\"]\n",
6262
" )\n",
6363
"except ImportError:\n",
6464
" pass\n",
6565
"\n",
66-
"from autoconf import setup_colab\n",
66+
"from autonerves import setup_colab\n",
6767
"\n",
6868
"setup_colab.setup(\"howtolens\")"
6969
]
@@ -75,7 +75,7 @@
7575
"\n",
7676
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
7777
"\n",
78-
"from autolens import setup_notebook; setup_notebook()\n",
78+
"# from autolens import setup_notebook; setup_notebook()\n",
7979
"\n",
8080
"from pathlib import Path\n",
8181
"import autolens as al\n",

notebooks/chapter_2_lens_modeling/tutorial_1_non_linear_search.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@
189189
" import sys\n",
190190
"\n",
191191
" subprocess.check_call(\n",
192-
" [sys.executable, \"-m\", \"pip\", \"install\", \"autoconf\", \"--no-deps\"]\n",
192+
" [sys.executable, \"-m\", \"pip\", \"install\", \"autonerves\", \"--no-deps\"]\n",
193193
" )\n",
194194
"except ImportError:\n",
195195
" pass\n",
196196
"\n",
197-
"from autoconf import setup_colab\n",
197+
"from autonerves import setup_colab\n",
198198
"\n",
199199
"setup_colab.setup(\"howtolens\")"
200200
]
@@ -206,7 +206,7 @@
206206
"\n",
207207
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
208208
"\n",
209-
"from autolens import setup_notebook; setup_notebook()\n",
209+
"# from autolens import setup_notebook; setup_notebook()\n",
210210
"\n",
211211
"from pathlib import Path\n",
212212
"import autolens as al\n",

0 commit comments

Comments
 (0)