-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.sh
26 lines (18 loc) · 822 Bytes
/
setup.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
conda create -y -n expml python=3.7
conda activate expml
conda install pytorch torchvision cudatoolkit=10.1 -c pytorch -y
conda install -y -c pyviz holoviews bokeh
conda install -y -c conda-forge pandas
conda install -y -c conda-forge tqdm
conda install -y -c conda-forge joblib
conda install -y -c conda-forge xarray
conda install -y -c conda-forge scikit-image
conda install -y -c conda-forge widgetsnbextension ipywidgets
pip install torchsummary
# #optional: to use jupyterlab instead of jupyter notebook, we additionally ned these
# conda install -y -c conda-forge jupyterlab
# jupyter labextension install @pyviz/jupyterlab_pyviz
# ## ipywidgets
# conda install -c conda-forge widgetsnbextension ipywidgets
# jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter notebook #or, jupyter-lab