warcry98 / datatalksclub.github.io

The web page for DataTalks.Club

Home Page:https://datatalks.club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

The web page for DataTalks.Club

https://datatalks.club


Languages

Language:Python 40.3%Language:HTML 29.4%Language:Jupyter Notebook 11.2%Language:CSS 10.3%Language:JavaScript 5.6%Language:Ruby 1.2%Language:Dockerfile 1.0%Language:Shell 0.6%Language:Makefile 0.4%