Skip to content

Speaker slides from monthly meetups and conference

Notifications You must be signed in to change notification settings

dringler/meetup-slides

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyData Berlin Local Meetup Slides

Hi there! Thanks for your interest in our PyData Berlin Meetup Group. Here you can find slides from our latest events.

Interested in giving or hosting a talk? Reach out [email protected].

Setup environment with pyenv and poetry

pyenv local use 3.12.2

poetry env use 3.12.2

poetry install

Creating the slides

poetry run jupyter nbconvert --to slides MEETUP_FOLDER/intro.ipynb

This command creates a file named intro.slides.html that you can open in your browser.

Creating a PDF for the slides

Open the intro.slides.html file in your browser, add ?print-pdf to the url, e.g. ".../intro.slides.html?print-pdf".

Now, print and save the slides as PDF.

About

Speaker slides from monthly meetups and conference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 54.1%
  • HTML 45.9%