Skip to content

The web page for DataTalks.Club, a global online community of data enthusiasts

Notifications You must be signed in to change notification settings

Riswari/datatalksclub.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,836 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

uv sync

cd previews
npm install
cd ..

Running:

uv run python scripts/create.py

Generating post from docx

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

About

The web page for DataTalks.Club, a global online community of data enthusiasts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.4%
  • HTML 22.1%
  • CSS 7.0%
  • Jupyter Notebook 2.7%
  • JavaScript 2.1%
  • Ruby 0.3%
  • Other 0.4%