16 lines
203 B
Bash
16 lines
203 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
pipenv install jupyter
|
|
pipenv install jupyter notebook
|
|
|
|
pipenv install pandas
|
|
pipenv install quandl
|
|
|
|
pipenv install seaborn
|
|
pipenv install scikit-learn
|
|
|
|
# jupyter-notebook
|
|
|