Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 709 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 709 Bytes

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 [email protected]: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