update,
This commit is contained in:
15
hyhl_1022/jupyter/jupyter-helloworld/init.sh
Normal file
15
hyhl_1022/jupyter/jupyter-helloworld/init.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/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
|
||||
|
Reference in New Issue
Block a user