home.social

#nbdev — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nbdev, aggregated by home.social.

  1. 📑 Revolutionizing Web Content for #AI Consumption 🤖

    🔍 #llmstxt proposes new web standard with `/llms.txt` files, making websites more accessible to #LLM systems while maintaining human readability

    📋 Features implemented in projects like #FastHTML and supported by #nbdev:
    • Standardized #markdown format for structured content delivery
    • Clean, parseable documentation with `.md` extensions
    • Complementary to existing standards like robots.txt and sitemap.xml

    🛠️ Technical Implementation:
    #Python CLI tool and module available for parsing
    #JavaScript implementation for web integration
    • Supports automated content processing and context generation

    💡 Use Cases:
    • Software documentation
    • Corporate information
    • Educational resources
    • Portfolio websites
    • E-commerce platforms

    🔗 Learn more: llmstxt.org/

  2. Tomorrow night, learn about . Our speaker, Kevin Bird, is a contributor to the community, and will show us how notebooks could transform your development. This is a free event at the Public Library (Central Branch), & is open to all skill levels. There will be free pizza 🍕!

    meetup.com/madison-python/even

    Stick around after, and join me in pressuring Kevin to leave the bird site and join us here in the fediverse 😆

  3. One week from tonight, join us to learn about and the radically transformative power of development within notebooks. Our speaker, Kevin Bird, is a contributor to the community and expert on and . All skill levels, from total beginners to software experts, are welcome. The event, held at Public Library, is free and open to the public. Free pizza 🍕 and beverages 🥤!

    meetup.com/madison-python/even

  4. Just announced: "Python Development Reimagined: The Power of nbdev and Jupyter Notebooks"

    Next month, come learn about nbdev, elevate notebooks in your development process, and make your coding life easier. This will be a great talk with something for newbies & pros alike.

    Our speaker, Kevin Bird, is a data scientist & OSS contributor to &

    meetup.com/madison-python/even

    PS: Looking for sponsors for pizza & beverages. Please reach out!

  5. @claforte that's great advice! Glad to know others are using this in production, it's such a great tool. #nbdev #fastai

  6. @eddiekirkland add a command to export all notebooks at the end of each of your notebooks. (It's probably in the docs.) Then train yourself to always run the whole notebook once you feel you're done with your task. That way unit tests will run as well. We have a big project at AMD that uses nbdev that way. #nbdev #fastai

  7. #TIL Text can be hidden in specific formats in
    #Quarto

    So you can add markdown notes & to-do's in your #nbdev #python library notebooks for developers only that won't be included in your docs site 🤯

    Link to nbdev by
    #FastAI
    : nbdev.fast.ai

    Link to #Quarto docs features: quarto.org/docs/authoring/cond