Skip to content

DataTalksClub/datatalksclub.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

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 1, 2022 05:29
July 2, 2021 22:34
August 17, 2022 04:39
May 15, 2022 14:41
April 30, 2022 12:09
May 27, 2021 07:25
fix
March 7, 2023 14:04
August 24, 2021 22:06
September 30, 2022 10:46
April 5, 2023 09:59
August 29, 2022 11:25
November 29, 2020 21:47
November 1, 2020 22:06
November 28, 2021 23:57
August 29, 2022 11:25
August 29, 2022 11:25
August 29, 2022 11:25
July 12, 2022 21:22
May 15, 2022 14:41
November 29, 2020 07:45
November 29, 2020 07:45
December 20, 2021 22:38
November 29, 2020 07:45
November 29, 2020 07:45
November 29, 2020 07:45
October 13, 2022 10:11
November 29, 2020 07:45
April 10, 2021 13:45
March 28, 2023 17:30
November 29, 2020 07:45
November 29, 2020 07:45
February 23, 2021 12:01
June 16, 2022 22:42
September 19, 2022 09:10
August 24, 2021 07:26

DataTalks.Club Website

Running Jekyll locally

Use ruby 2.7.0:

rvm use ruby-2.7.0

gem install bundler

Running it for the first time:

bundle install

Running Jekyll:

bundle exec jekyll serve

Open http://localhost:4000

Scripts

Installing the requirements:

pipenv install 

cd previews
npm install
cd ..

Running:

pipenv run python scripts/create.py

Generating post from docx

python scripts/pandoc_full.py \
    --input ~/Downloads/template.docx \
    --author angelicaloduca \
    --tags "mlops,devops,process"