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 Parameter_studies_and_optimization/lesson3/lesson3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@
"````{admonition} Installing Python, Jupyter, and AnyPyTools\n",
":class: tip dropdown\n",
"\n",
"The absolute easiest way to get the notebook running is with the [Pixi](https://pixi.sh/) package manager.\n",
"The absolute easiest way to get the notebook running is with the [Pixi](https://pixi.prefix.dev/) package manager.\n",
"\n",
"Simply run the following command in a powershell terminal to install Pixi (or see [here for altinative installation methods](https://pixi.sh/latest/#__tabbed_1_2)):\n",
"Simply run the following command in a powershell terminal to install Pixi (or see [here for altinative installation methods](https://pixi.prefix.dev/latest/installation/)):\n",
"\n",
"```powershell\n",
"iwr -useb https://pixi.sh/install.ps1 | iex\n",
Expand Down
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ them locally to view the layout and see results before pushing changes to the
server. It is often not necesssary when making small fixes to existing
tutorials. But when writing major new sections it nice to view how things look.

The easiest way to install needed packages tools, is to have the [pixi package manger](https://pixi.sh) installed.
The easiest way to install needed packages tools, is to have the [pixi package manger](https://pixi.prefix.dev/) installed.

Then run the following commands to install the necesssary packages.

Expand Down
Loading
Loading