home.social

#nbconvert — Public Fediverse posts

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

fetched live
  1. Two tools called out for automating the process of extracting reusable code from #Jupyter Notebooks:

    #nbconvert: nbconvert.readthedocs.io/en/la
    #jupytext: jupytext.readthedocs.io/en/lat

    Jupytext has a feature that allows for notebooks and scripts to keep in sync. And both of them might work well for simpler notebooks, definitely try them out to save time.

  2. I love the idea of turning notebooks into slides. I've figured out most issues with rendering interactive plots 👩‍💻 but there is one thing I'm stuck with:

    & works great in a but is not not rendered in the slides

    The output is: BokehModel(combine_events=True, render_bundle={'docs_json': {'8bb4dc3b-92b9-4d6e-9b03-060b443bfa47': {'defs': …

    Any pointers much appreciated