Skip to content

frieds/frieds.github.io

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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