Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 856 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 856 Bytes

Welcome to (Advanced) Data and Computing!

CBE 20258 and CBE 60258 at U. Notre Dame

https://ndcbe.github.io/data-and-computing/

Configuring local environment to contribute

  • Install anaconda: https://www.anaconda.com/
  • Create new conda environment: conda create -n jbook python=3.9
  • Activate new environemnt: conda activate jbook
  • Install Jupyter Book: conda install -c conda-forge jupyter-book
  • Install Jupyter Lab: conda install -c conda-forge jupyterlab
  • Install Pandas: conda install -c anaconda pandas
  • Install Numpy: conda install -c anaconda numpy
  • Install matplotlib: conda install -c anaconda matplotlib
  • Install GHP Import (for publishing with GitHub pages): conda install -c conda-forge ghp-import

Building notebook

To build, run jb build ../data-and-computing/ when inside the data-and-computing folder.