* It is highly recommended to run the notebooks in an isolated Anaconda environment. You can create a new environment called `jupyter-example-profile` from the provided `environment.yml` by running the following command in the Anaconda prompt
...
...
@@ -49,15 +49,6 @@ To run the notebooks on your local machine, you may use [Anaconda](https://www.a
conda activate jupyter-example-profile
```
* Run two final commands in the Anaconda prompt (with activated `jupyter-example-profile` environment):
```bash
chmod +x postBuild.sh
./postBuild.sh
```
If the latter command fails, please open `postBuild.sh` and execute the commands listed there manually.
### Local Run
* Activate the environment with `conda activate jupyter-example-profile`.