Skip to content

Commit

Permalink
Fix shebang in Palace notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosavola committed May 9, 2024
1 parent 6b6e6ae commit 93bef0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/palace_01_electrostatic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Alternatively, [Singularity / Apptainer](https://apptainer.org/) containers may be used. Instructions for building and an example definition file are found at [Palace – Build using Singularity/Apptainer](https://awslabs.github.io/palace/dev/install/#Build-using-Singularity/Apptainer).\n",
"Afterwards, an easy install method is to add a script to `~/.local/bin` (or elsewhere in `PATH`) calling the Singularity container. For example, one may create a `palace` file containing\n",
"```console\n",
"!/bin/bash\n",
"#!/bin/bash\n",
"singularity exec ~/palace.sif /opt/palace/bin/palace \"$@\"\n",
"```\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/palace_02_fullwave.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"Alternatively, [Singularity / Apptainer](https://apptainer.org/) containers may be used. Instructions for building and an example definition file are found at [Palace – Build using Singularity/Apptainer](https://awslabs.github.io/palace/dev/install/#Build-using-Singularity/Apptainer).\n",
"Afterwards, an easy install method is to add a script to `~/.local/bin` (or elsewhere in `PATH`) calling the Singularity container. For example, one may create a `palace` file containing\n",
"```console\n",
"!/bin/bash\n",
"#!/bin/bash\n",
"singularity exec ~/palace.sif /opt/palace/bin/palace \"$@\"\n",
"```\n",
"\n",
Expand Down

0 comments on commit 93bef0d

Please sign in to comment.