Skip to content

Commit

Permalink
tutorials: changed wget to curl for platform compatibility (NeuralEns…
Browse files Browse the repository at this point in the history
  • Loading branch information
pbouss committed Sep 9, 2020
1 parent 6f342aa commit ed94d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/tutorials/asset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"metadata": {},
"outputs": [],
"source": [
"!wget -N https://web.gin.g-node.org/INM-6/elephant-data/raw/master/dataset-2/asset_showcase_500.nix"
"!curl https://web.gin.g-node.org/INM-6/elephant-data/raw/master/dataset-2/asset_showcase_500.nix --output asset_showcase_500.nix --location"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/unitary_event_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"outputs": [],
"source": [
"# Download data\n",
"!wget -Nq https://web.gin.g-node.org/INM-6/elephant-data/raw/master/dataset-1/dataset-1.h5"
"!curl https://web.gin.g-node.org/INM-6/elephant-data/raw/master/dataset-1/dataset-1.h5 --output dataset-1.h5 --location"
]
},
{
Expand Down

0 comments on commit ed94d54

Please sign in to comment.