Monday, 5 February 2024

Develop tooling for jupyter notebooks

  •  Create a setuptools project
  • create a folder where you place your notebook
  • start your notebook and do a `pip3 install -e ..`
  • Paste this into a cell:
    %load_ext autoreload
    %autoreload 2
    

No comments:

Post a Comment

Iterative Mona Lisa E2E development

Iterative as at the beginning I know least Mona Lisa, as I always want to be able to stop E2E, go wide before going deep Notes: Agents are i...