How to use Jupyter notebooks for data analysis (2024 tutorial)

Поделиться
HTML-код
  • Опубликовано: 2 янв 2025

Комментарии • 11

  • @nascentnaga
    @nascentnaga 8 месяцев назад

    great intro
    the keyboard shortcuts in VS Code are op though
    command pallette for creating a notebook
    up down, enter, escape, A, B, DD, X, C, V
    CTRL SHIFT - to split a cell
    WIN + ALT J To join?

  • @sarimbinwaseem
    @sarimbinwaseem 10 месяцев назад

    _Commenting before watching the video_
    I use it for data scrapping particularly when I test how to extract elements from an element. That's how I don't spam the requests to the site every time I make a stupid assumption in code.

    • @Carberra
      @Carberra  10 месяцев назад

      That's a pretty good use-case for it actually, I'll have to keep that in mind if I ever do some web scraping project.

  • @gedtoon6451
    @gedtoon6451 6 месяцев назад

    Why can I still not cut and paste text in a cell using the mouse?

  • @sarimbinwaseem
    @sarimbinwaseem 10 месяцев назад

    Why not use Shift+Enter to run cell + create new cell... _or I missed you talking about that?_

    • @Carberra
      @Carberra  10 месяцев назад +1

      Simply didn't know that was a thing!

  • @davidmurphy563
    @davidmurphy563 8 месяцев назад

    Haha, I pipinstalled at the beginning and then was baffled it didn't work. Unpaused, "e at the end and not an a" - ooooooooooooh.

    • @davidmurphy563
      @davidmurphy563 8 месяцев назад

      I just coded this:
      class Poo:
      def __init__(self, arse):
      self.arse = arse
      poo = Poo("bum")
      poo.arse
      I think I should put the lid back on the bottle and head to bed. I did 75hrs this week. I'm tired.

    • @davidmurphy563
      @davidmurphy563 8 месяцев назад

      Ok, I just built a basic generative NN from scratch which can predict species based on inputs. Was fun.

    • @Carberra
      @Carberra  8 месяцев назад +1

      What do you mean? This is the best of programming I've ever seen! 😆 And nice regarding the NN!

  • @ButchCassidyAndSundanceKid
    @ButchCassidyAndSundanceKid 10 месяцев назад +1

    JupyterLab is more powerful than Jupyter Notebook.