Skip to content

Instantly share code, notes, and snippets.

@le-dawg
Created July 5, 2021 09:13
Show Gist options
  • Save le-dawg/b3e1f1b8a1f06a27f353090e75d86d6a to your computer and use it in GitHub Desktop.
Save le-dawg/b3e1f1b8a1f06a27f353090e75d86d6a to your computer and use it in GitHub Desktop.
Prep new environment for cadCAD simulation (Windows, Anaconda)
conda create -n NAME python=3.7.5
conda activate NAME
conda install -c conda-forge pandas logging networkx matplotlib cadcad scipy numpy seaborn
@le-dawg
Copy link
Author

le-dawg commented Jul 5, 2021

conda install -c conda-forge plotly plotly matplotlib scipy numpy seaborn
Removed conda-forge incompatible packages

@le-dawg
Copy link
Author

le-dawg commented Jul 5, 2021

Install manually inside jupyter lab using !pip cadCAD_diagram cadcad_machine_search sklearn

@le-dawg
Copy link
Author

le-dawg commented Jul 5, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment