I Don't Like Jupyter Notebooks // Joel Grus // Coffee Sessions #62

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น • 8

  • @ripsirwin1
    @ripsirwin1 2 ปีที่แล้ว +2

    Bash and vim is the best way to code. I've never seen a better development environment out there.

  • @marekkucak6581
    @marekkucak6581 3 ปีที่แล้ว +1

    Rich. I have to listen to this second time.

    • @MLOps
      @MLOps  2 ปีที่แล้ว

      yah he is a legend! great getting to learn from him!

  • @KroutAr
    @KroutAr 8 หลายเดือนก่อน

    Finally someone talks about juypyter. It sucks and I do not think it is UI friendly as they advertise it

  • @BRLN1
    @BRLN1 3 ปีที่แล้ว +1

    What is this "better" Notebook or Notebook Kernel called? jupyter hax, hacks or ... ?

    • @MLOps
      @MLOps  2 ปีที่แล้ว

      at what time stamp?

    • @BRLN1
      @BRLN1 2 ปีที่แล้ว

      at 16:45

    • @aoeu256
      @aoeu256 ปีที่แล้ว

      You could intergrate chatgpt, but other than that you could write your programs in terms of functions instead of state vairables like instead of a = b + c you could write a = lambda: b() + c() or model.a = propagate('b+c') where setting the value of model.b and model.c via setattr would cause its changes to be propagated to a via a registering to updates in b and c.