Best Jupyter Keyboard Shortcuts | Data Science For The Developer

Поділитися
Вставка
  • Опубліковано 3 лис 2024

КОМЕНТАРІ • 4

  • @zubair19jul
    @zubair19jul Рік тому +1

    Amazing mate its superb i have also subscribed

  • @zubair19jul
    @zubair19jul Рік тому +1

    is there any way i can put comments on the notebook where i can go straight away by searching ?

    • @DevXplaining
      @DevXplaining  Рік тому

      Well sure you can, but the search capabilities are not great nor exact. Typically I just use the markdown cells with large level comments (# PART 1) and descriptive names, so I can both easily see them, and search for them. Another tip would be to not make too large notebooks - if you need search to find what you need, I would already be splitting the problem to smaller parts.
      But no, I'm not aware of any specific anchoring one could use to find the good parts. But you can split the notebooks, use headings, use comments, use the search, sure. Hope this helps!