Skip to content

Commit

Permalink
move numpy matplotlib to postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
uecker committed Jun 2, 2020
1 parent 91fbeea commit b12b3d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
pip install bash_kernel
pip install bash_kernel numpy matplotlib
python -m bash_kernel.install

git clone https://github.com/mrirecon/bart/
Expand Down
2 changes: 0 additions & 2 deletions day2_add_cmdline_parameter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@
"source": [
"export BART_FOLDER=\"bart_webinar\"\n",
"\n",
"pip install numpy matplotlib\n",
"\n",
"if [ ! -d \"${BART_FOLDER}\" ]\n",
"then\n",
" git clone https://github.com/mrirecon/bart ${BART_FOLDER}\n",
Expand Down

0 comments on commit b12b3d4

Please sign in to comment.