home.social

#juypter — Public Fediverse posts

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

  1. Sprints and plans change fast. As a product owner or analyst, I often need quick, reliable estimates—even when markets or priorities shift. For me, it’s not about perfect predictions, but early signals, open conversations, and better team decisions. More:
    eifel42.dev/post/development-r

    #Scrum #ScrumTeam #AgileTeam #Teamwork #BottomUp #Roadmap #Juypter #Python #ProductOwner #RiskManagement

  2. Can you teach to *not* include the user's site-packages?

    Interestingly, `python -I jupyter` doesn't work: Jupyter apparently populates its own sys.path. With PYTHONPATH and JUPYTER_PATH you can only add to sys.path.

    Do you really have to manually manipulate sys.path at the beginning of every notebook?...

    I'd very much like my host's to not pollute my conainer environment, but still have full access to my $HOME.

  3. @macias #juypter notebooks have largely replaced spreadsheets for me for probably similar reasons. #Python really is a great glue language. Glue doesn't need to be fast, it just needs to stick.