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
2 changes: 1 addition & 1 deletion notebooks/cookbooks/analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import json\n",
"import numpy as np\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/cookbooks/configs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from os import path\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/cookbooks/latent_variables.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import autofit as af\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/cookbooks/model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import json\n",
"import os\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/cookbooks/model_internal.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import autofit as af\n",
"import numpy as np"
Expand Down
2 changes: 1 addition & 1 deletion notebooks/cookbooks/multi_level_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import json\n",
"import os\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/cookbooks/multiple_datasets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/cookbooks/result.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import json\n",
"from os import path\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/cookbooks/samples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import autofit as af\n",
"import autofit.plot as aplt\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/cookbooks/search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from os import path\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/features/expectation_propagation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"from os import path\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/features/interpolate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/features/model_comparison.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit 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/features/search_chaining.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
Expand Down Expand Up @@ -705,7 +705,7 @@
"cell_type": "code",
"metadata": {},
"source": [
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import json\n",
"import os\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/features/search_grid_search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/features/sensitivity_mapping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/overview/overview_1_the_basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import autofit as af\n",
"import autofit.plot as aplt\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/overview/overview_2_scientific_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from typing import Optional\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/plot/dynesty_plotter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import matplotlib.pyplot as plt\n",
"from os import path\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/plot/emcee_plotter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import matplotlib.pyplot as plt\n",
"from os import path\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/plot/get_dist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"\n",
"import numpy as np\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/plot/nautilus_plotter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from os import path\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/plot/zeus_plotter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import matplotlib.pyplot as plt\n",
"from os import path\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/searches/mcmc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/searches/mle.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/searches/nest.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/searches/start_point.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import matplotlib.pyplot as plt\n",
"from os import path\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/simulators/simulators.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"from os import path\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/simulators/simulators_sample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"metadata": {},
"source": [
"\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from os import path\n",
Expand Down
Loading