Small updates before the first day
install.md
0 → 100644
# to be used with: | ||
# conda install --file requirements.txt | ||
# utilities | ||
python==3.7.3 | ||
python==3.8 | ||
ipython | ||
# ide | ||
spyder | ||
jupyter | ||
nbconvert>=5.5 | ||
invoke | ||
# jupyter | ||
jupyterlab | ||
jupyterlab-spellchecker | ||
jupyterlab_code_formatter | ||
ipympl | ||
bash_kernel | ||
nbconvert>=6 | ||
# base numerics | ||
numpy | ||
scipy | ||
matplotlib | ||
pandas | ||
h5py | ||
#vizu | ||
# utilities | ||
invoke | ||
# visualization | ||
# pyviz # (not available in conda-forge) | ||
# wrapper | ||
cffi | ||
... | ... | @@ -26,4 +33,4 @@ transonic |
# parallel | ||
mpi4py | ||
dask | ||
joblib | ||
\ No newline at end of file | ||
joblib |
Please register or sign in to comment