Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions markdown/chapter_1_introduction/tutorial_0_visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ __Contents__

```python

from autoconf import jax_wrapper # Sets JAX environment before other imports
from autolens import jax_wrapper # Sets JAX environment before other imports

from autoconf import setup_notebook; setup_notebook()
from autolens import setup_notebook; setup_notebook()
```

Working Directory has been set to `HowToLens`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ __Contents__

```python

from autoconf import jax_wrapper # Sets JAX environment before other imports
from autolens import jax_wrapper # Sets JAX environment before other imports

from autoconf import setup_notebook; setup_notebook()
from autolens import setup_notebook; setup_notebook()

import matplotlib.pyplot as plt
import numpy as np
Expand Down
4 changes: 2 additions & 2 deletions markdown/chapter_1_introduction/tutorial_2_ray_tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ __Contents__

```python

from autoconf import jax_wrapper # Sets JAX environment before other imports
from autolens import jax_wrapper # Sets JAX environment before other imports

from autoconf import setup_notebook; setup_notebook()
from autolens import setup_notebook; setup_notebook()

import matplotlib.pyplot as plt
import autolens as al
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ __Contents__

```python

from autoconf import jax_wrapper # Sets JAX environment before other imports
from autolens import jax_wrapper # Sets JAX environment before other imports

from autoconf import setup_notebook; setup_notebook()
from autolens import setup_notebook; setup_notebook()

import numpy as np
import autolens as al
Expand Down
4 changes: 2 additions & 2 deletions markdown/chapter_1_introduction/tutorial_4_point_sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ __Contents__

```python

from autoconf import jax_wrapper # Sets JAX environment before other imports
from autolens import jax_wrapper # Sets JAX environment before other imports

from autoconf import setup_notebook; setup_notebook()
from autolens import setup_notebook; setup_notebook()

import autolens as al
import autolens.plot as aplt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ __Contents__

```python

from autoconf import jax_wrapper # Sets JAX environment before other imports
from autolens import jax_wrapper # Sets JAX environment before other imports

from autoconf import setup_notebook; setup_notebook()
from autolens import setup_notebook; setup_notebook()

import autolens as al
import autolens.plot as aplt
Expand Down
4 changes: 2 additions & 2 deletions markdown/chapter_1_introduction/tutorial_6_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ __Contents__

```python

from autoconf import jax_wrapper # Sets JAX environment before other imports
from autolens import jax_wrapper # Sets JAX environment before other imports

from autoconf import setup_notebook; setup_notebook()
from autolens import setup_notebook; setup_notebook()

import numpy as np
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion markdown/chapter_1_introduction/tutorial_7_fitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ __Contents__

```python

from autoconf import setup_notebook; setup_notebook()
from autolens import setup_notebook; setup_notebook()

import numpy as np
from pathlib import Path
Expand Down
4 changes: 2 additions & 2 deletions markdown/chapter_1_introduction/tutorial_8_summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ __Contents__

```python

from autoconf import jax_wrapper # Sets JAX environment before other imports
from autolens import jax_wrapper # Sets JAX environment before other imports

from autoconf import setup_notebook; setup_notebook()
from autolens import setup_notebook; setup_notebook()

from pathlib import Path
import autolens as al
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()"
"from autolens import setup_notebook; setup_notebook()"
],
"outputs": [],
"execution_count": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
Expand Down
4 changes: 2 additions & 2 deletions notebooks/chapter_1_introduction/tutorial_2_ray_tracing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import autolens as al\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"import autolens as al\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"import autolens as al\n",
"import autolens.plot as aplt"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"import autolens as al\n",
"import autolens.plot as aplt"
Expand Down
4 changes: 2 additions & 2 deletions notebooks/chapter_1_introduction/tutorial_6_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from pathlib import Path\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/chapter_1_introduction/tutorial_7_fitting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"metadata": {},
"source": [
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from pathlib import Path\n",
Expand Down
4 changes: 2 additions & 2 deletions notebooks/chapter_1_introduction/tutorial_8_summary.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"from pathlib import Path\n",
"import autolens as al\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"from pathlib import Path\n",
"import autolens as al\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"from pathlib import Path\n",
"import autolens as al\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"from pathlib import Path\n",
"import autolens as al\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from pathlib import Path\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from pathlib import Path\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"from pathlib import Path\n",
"import autolens as al\n",
Expand Down
4 changes: 2 additions & 2 deletions notebooks/chapter_2_lens_modeling/tutorial_7_results.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"from pathlib import Path\n",
"import autolens as al\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from pathlib import Path\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from pathlib import Path\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"from pathlib import Path\n",
"import autofit as af\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"from pathlib import Path\n",
"import autofit as af\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"from pathlib import Path\n",
"import autofit as af\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"from pathlib import Path\n",
"import autolens as al\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"from pathlib import Path\n",
"import autolens as al\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"metadata": {},
"source": [
"\n",
"from autoconf import jax_wrapper # Sets JAX environment before other imports\n",
"from autolens import jax_wrapper # Sets JAX environment before other imports\n",
"\n",
"from autoconf import setup_notebook; setup_notebook()\n",
"from autolens import setup_notebook; setup_notebook()\n",
"\n",
"import autolens as al\n",
"import autolens.plot as aplt"
Expand Down
Loading
Loading