-
Create an empty ‘.nonadmin’ file
echo “”> c:\Anaconda3\.nonadmin
-
Create the environment named ‘environment_name’
conda create -n environment_name
activate environment_name
http://conda.pydata.org/miniconda.html
conda install pandas -y
conda install matplotlib -y
conda install jupyter -y
conda install plotly -y
conda install scikit-learn -y
pip install jupyter_dashboards
jupyter dashboards quick-setup --sys-prefix
pip install jupyter_cms
jupyter cms quick-setup --sys-prefix
pip install jupyter_dashboards_bundlers
jupyter dashboards_bundlers quick-setup --sys-prefix
pip install jupyter_declarativewidgets
jupyter declarativewidgets quick-setup --sys-prefix
conda install xlwings -y
conda install numpydoc -y
conda install pyodbc -y
conda install pytest -y
pip install google-api-python-client
conda install psycopg2 -y
conda install cython -y
pip install dotmap
pip install dill
conda install ujson -y
conda install -c conda-forge jupyter_contrib_nbextensions=0.2.1 -y