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

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 50

  • @xzex2609
    @xzex2609 Рік тому +66

    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 місяців тому +6

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

  • @divyamsaluja
    @divyamsaluja 2 місяці тому +2

    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 Рік тому +14

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

  • @Andrumen01
    @Andrumen01 Рік тому +3

    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.

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

    This was incredibly helpful thank you!

  • @theedspage
    @theedspage 9 місяців тому +1

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

  • @northshorepx
    @northshorepx 8 місяців тому

    Thank you. That was a lovely beginners lesson.

  • @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?

  • @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 11 місяців тому +3

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

  • @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?

  • @NEHASHUKLA-w5o
    @NEHASHUKLA-w5o Місяць тому

    Do we need to sing in before following these steps

  • @josephfatoye6293
    @josephfatoye6293 10 місяців тому

    Great video!
    Thanks

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

    Thanks, very useful.

  • @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"

  • @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.

  • @ghoshdebjani4139
    @ghoshdebjani4139 6 місяців тому

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

  • @AsifKhan-p6o8x
    @AsifKhan-p6o8x Рік тому +1

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

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

    how to open up the terminal?

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

    This is a great video

  • @Viewpoint314
    @Viewpoint314 10 місяців тому

    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.

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

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

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

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

  • @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?

  • @兀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

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

    Thanks!

  • @sharmisha1316
    @sharmisha1316 9 місяців тому

    Thank you❤❤❤

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

    Thank you very much

  • @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.

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

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

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

    thank you

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

    Thank you

  • @learnwithladynisy
    @learnwithladynisy 3 місяці тому

    Thanks very much

  • @salonikulkarni8480
    @salonikulkarni8480 8 місяців тому

    I cannot see IN. at my desktop.

  • @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

  • @emaaz2997
    @emaaz2997 10 місяців тому

    Hoq to download generated data into excel

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

    A video about using a jupyter notebook in GoogleColab ?

  • @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🥰