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