How To Use Jupyter NoteBook For Data Analysis (Beginner Tutorial)

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

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

  • @xzex2609
    @xzex2609 Год назад +65

    the number inside the brackets does not say how many times that line is executed but it shows the sequence number that lines executed base on them , ie: your next line will show the number 3 , cause it is the 3rd cell that is executed .

    • @Indently
      @Indently  Год назад +30

      Woooooopppa, that is a huge mistake on my part. Thanks for bringing this to light! I have pinned your comment to the top.

    • @xzex2609
      @xzex2609 Год назад +3

      @@Indently I myself had this confusion with these cell numbers while learning web scraping. thank you for your great videos that covers almost every aspect about python . I had seen that sometimes you promote some channels , for learning python ( or any other language) from zero to hero there is a guy (channel by the name of Bro Code) I never see anything like that ( maybe clear code), your channel is that kind that you want to watch after you learn those hard core knowledge about python, And I am big fan of your channel.
      keep making these great contents.

    • @donwald3436
      @donwald3436 Год назад

      lol imagine making a tutorial video with 0 years experience.

  • @DorianIten
    @DorianIten 9 месяцев назад +5

    Thank you for making this Federico - it was at the perfect level of detail for me as a complete beginner.

  • @divyamsaluja
    @divyamsaluja 2 месяца назад +1

    I can't thank you enough, i used all the traditional methods and nothing worked for me, when it did I had some issues with the jupyter notebook on my host instead. This is the first thing that helped me. Have a lovely day 💓

  • @AkivaB
    @AkivaB Год назад +13

    Thanks for the video it was very informative!
    but can you also cover it in VSC?

  • @Jcakiiiii
    @Jcakiiiii Год назад

    This was incredibly helpful thank you!

  • @northshorepx
    @northshorepx 7 месяцев назад

    Thank you. That was a lovely beginners lesson.

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

    Great video!
    Thanks

  • @philipmariposa3067
    @philipmariposa3067 Год назад

    Thanks, very useful.

  • @Andrumen01
    @Andrumen01 Год назад +2

    I believe that you can also use html in the cells and import css files to give proper styling to the notebook. It's quite the pain since Anaconda tries to block it for "safety" reasons...and I don't know if they ultimately removed that feature; I have not used Jupyter notebooks in years.

  • @Pooh991
    @Pooh991 Год назад

    This is a great video

  • @osirisestela3414
    @osirisestela3414 Год назад

    Thanks!

  • @cxlso
    @cxlso Год назад +1

    Hi! Thank you for this video. How did you get the run buttons above the cells in PyCharm? I really like them. Please let me know. Thank you!

    • @cxlso
      @cxlso Год назад

      Just found it "show cell toolbar"

  • @rishiraj2548
    @rishiraj2548 Год назад

    Thank you very much

  • @sharmisha1316
    @sharmisha1316 9 месяцев назад

    Thank you❤❤❤

  • @learnwithladynisy
    @learnwithladynisy 3 месяца назад

    Thanks very much

  • @nassosdimou3337
    @nassosdimou3337 Год назад +3

    Can I use docker instead of anaconda for jupyter. If so what will the difference be when using docker instead of anaconda?

  • @ProgrammingWithRook
    @ProgrammingWithRook Год назад

    thank you

  • @theedspage
    @theedspage 9 месяцев назад +1

    How come when I try to run the code the results don't show?

  • @samuelwamwere4867
    @samuelwamwere4867 Год назад

    Thank you

  • @NEHASHUKLA-w5o
    @NEHASHUKLA-w5o Месяц назад

    Do we need to sing in before following these steps

  • @danielgladish2502
    @danielgladish2502 Год назад +2

    I am on the step where you type "jupyter notebook" into the CLI (I am using command prompt on windows 11). When I try this, I get an error saying "Jupyter command 'jupyter-notebook' not found". Why am I seeing this?

    • @cybermanne
      @cybermanne 10 месяцев назад +3

      Because he's omitting lots of steps in this "tutorial".

  • @trinity832
    @trinity832 Год назад

    Can you please make a tutorial & tips and tricks using “polar” module .

  • @hodophile_bong
    @hodophile_bong Год назад +1

    how to open up the terminal?

  • @gopehigh786
    @gopehigh786 Год назад

    can we run this in the virtual environment in pycharm ide?

  • @AsifKhan-p6o8x
    @AsifKhan-p6o8x Год назад +1

    Hi, how can we call arcpy lib in jupyter notebook on anaconda navigator environment.

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

    I just want to ask whether jupyter notebook in pycharm professional has variable explorer just like it is in spyder?
    Just want to see the dataframes.

  • @tmr-o6w
    @tmr-o6w 10 месяцев назад

    Downloaded Jupiter, it works, can get to a local host, but it lacks the "In [ ]" thingy, and when I run the code with shift + enter it doesn't output anything, help please how do I solve this?

  • @ajaykumarsugumaran3740
    @ajaykumarsugumaran3740 5 месяцев назад

    Hi, does that mean if I installed Jupyter notebook from the command prompt (using the pip install notebook), and not via Pycharm/Anaconda, do I have to use the command line every time to call the Jupyter notebook?

  • @zaharcoding
    @zaharcoding Год назад

    what if I exit Jupyter notebook in line 50 from terminal and I want continue the same project from line 51 ?

  • @Viewpoint314
    @Viewpoint314 9 месяцев назад

    How can I run a saved Python program? I saved many programs in Jupyter but nobody talks about how to load these programs and run them.

  • @zigaudrey
    @zigaudrey Год назад

    What a particular Python plugin. It shows data you are using. I guess this is more for data science than for software and such.

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

    In my system the desktop option is not coming. What to do now?

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

    I have PyCharm, but I might start using Anaconda. I don't quite understand yet why it automatically uses Anaconda, as you said(or does it mean that pandas is easier to use with Anaconda?). Also, can you use Jupyter with PyCharm?
    Edit: I understand now. I only have PyCharm CE 😭
    Edit2: I'm broke

  • @ericmunschi4655
    @ericmunschi4655 Год назад

    A video about using a jupyter notebook in GoogleColab ?

  • @sxvssxvs7077
    @sxvssxvs7077 Год назад

    Thank you for the video. I typed "import pandas as pd" but I got this error: "ModuleNotFoundError ModuleNotFoundError: No module named 'pandas'" Any ideas on how to solve this?

    • @wyzer24
      @wyzer24 Год назад

      type pip install pandas in your terminal

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

    I cannot see IN. at my desktop.

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

    Hoq to download generated data into excel

  • @ChargedPulsar
    @ChargedPulsar 9 месяцев назад

    May the love be with you

  • @donwald3436
    @donwald3436 Год назад

    lol python needs to run in JVM

  • @goodlack9093
    @goodlack9093 Год назад

    so tired of these 'how to get started' where they all show the same damn thing, how about showing how to configure it?

    • @Indently
      @Indently  Год назад +5

      How about showing a little respect to people on the internet?

    • @goodlack9093
      @goodlack9093 Год назад

      @@Indently sorry

    • @goodlack9093
      @goodlack9093 Год назад

      @@Indently am I absolved?

  • @nerdymathematician
    @nerdymathematician 5 месяцев назад

    thank you🥰