Skip to content

2024 December SLCPython meetup demo on how to publish web stuff

Notifications You must be signed in to change notification settings

octaflop/webpython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get started:

After cloning, and with python 3.12 installed, run this

python3.12 -m venv venv &&
source venv/bin/activate &&
pip install -r requirements.txt &&
jupyter lab

You should be presented with a jupyter lab.

Open slides/presentation.md by right-clicking and selecting Open with > Marp Preview.

Demos

  • examples/jinja_demo/ is an advanced demo. To run, install requirements, then:
uvicorn demos.jinja_demo.main:app --reload

and you should be able to access http://127.0.0.1:8000

Tools

  • qrslide.py is used to generate a QR code for the presentation url.

About

2024 December SLCPython meetup demo on how to publish web stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published