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
10 changes: 10 additions & 0 deletions notebooks/chapter_2_modeling/tutorial_8_need_for_speed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,16 @@
"\n",
"_setup_colab.setup(\"howtogalaxy\")"
]
},
{
"cell_type": "code",
"metadata": {},
"source": [
"\n",
"from autogalaxy import setup_notebook; setup_notebook()"
],
"outputs": [],
"execution_count": null
}
],
"metadata": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/chapter_2_modeling/tutorial_8_need_for_speed.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,5 @@
passing (tutorial 10) reduce the number of evaluations needed to fit complex models, laying the groundwork for the
pixelized reconstructions of chapter 3.
"""

# from autogalaxy import setup_notebook; setup_notebook()
2 changes: 2 additions & 0 deletions start_here.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
"cell_type": "code",
"metadata": {},
"source": [
"\n",
"from autogalaxy import setup_notebook; setup_notebook()\n",
"\n",
"print(__doc__)\n"
],
Expand Down
2 changes: 2 additions & 0 deletions start_here.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@
Open `scripts/chapter_1_introduction/tutorial_0_visualization.py` (or the `.ipynb` equivalent) and start there.
"""

# from autogalaxy import setup_notebook; setup_notebook()

print(__doc__)
Loading