Skip to content

frieds/frieds.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dan_friedman_learnings

Source structure for my website at dfrieds.com. Has articles & tutorials on Python, data & more.

See docs/ for raw Jupyter (.ipynb) notebooks to run any code.

To Execute Python Notebooks

  1. Clone the repository:
git clone git@github.com:frieds/frieds.github.io.git
  1. Change to the repository directory:
cd frieds.github.io
  1. Create virtual environment (Linux + macOS):
python3 -m venv venv
  1. Activate virtual environment (Linux + macOS)
source venv/bin/activate
  1. Install packages
pip install -r requirements.txt
  1. Run JupyterLab in your browser to run individual notebooks.
jupyter-lab