Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.25 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.25 KB

Pandemic of Lies: Truth and Deception in a Sea of Noise

Team WTAWTAW (Where There's A Word, There's A Way) - Best Presentation

Made with Jupyter

Pandemic of Lies

Environment Setup

  1. Make sure you have Anaconda installed
  2. In a terminal where you can run Anaconda commands, run conda env create --file environment.yaml to make the Conda virtual environment
  3. Next, activate the conda environment conda activate uciml
  4. Finally, to link the virtual environment with Jupyter Notebook/Lab, run python -m ipykernel install --user --name=uciml
  5. Start JupyterLab by running jupyter lab

All done!

To update the conda environment, run conda env update --name uciml --file .\environment.yaml