Skip to content

CBE 20258 and CBE 60258: (Advanced) Data and Computing

Notifications You must be signed in to change notification settings

sscini/data-and-computing

 
 

Repository files navigation

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.

About

CBE 20258 and CBE 60258: (Advanced) Data and Computing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Other 0.1%