Love this use of AI in a Jupyter notebook! I've been testing out Copilot Chat (Beta) in VS Code and it's been saving sooooooooo much time; so glad you shared these here!!
Hey, I just wanted to thank you! I’ve landed a transitioning job as a Data Analyst because of a study case that I did using your RUclips API project as a base. 🤓 I saw you at the vondelpark this weekend, and I almost went there to thank you in person (but felt like that was your relax time; so best not to take that from you 😂). Anyway, thank you for your efforts, and your dedication to make this knowledge so accessible. Keep up!
Wow how amazing!! Huge congrats to you on the new job! 🎉🎉 AND it was crazy that you saw me at the park the other day! 😅 That was really thoughtful of you, but really I would've loved to speak to you and say congrats in person 😇🙌🏽
Your dedication to freely sharing data science knowledge on RUclips is truly inspiring. Thank you for empowering countless learners with your valuable tutorials and making data science accessible to all .
Fantastic video breaking down in simple terms and examples for what for me is a cutting edge topic. I was surprised by getting a typeset Bayes formula. I was impressed by using code comments as prompts -- great for "I know how to do it in R, how do I do it in Python?" moments. Or for doing a similar analysis (in the same language) to a new data set. Does StarCoder send information? Or does it run completely locally?
Hey Jim, glad to hear it was useful! As far as I know, StarCoder model can be downloaded and used locally, as this article described huggingface.co/blog/starchat-alpha
Hi Thu Vu, thank you very much for creating such a wonderful video. Just watched it and also got attracted to the book you showed in the video (4:58). Can you please share the title of the book here? Thanks.
That's amazing!! I haven't heard of Jupyter AI and that's exactly what I was looking for instead of copying my code between Jupyter and VScode to use the CodeGPT extension everytime I want to use GPT 🤣Do you know if Jupyter AI works with AWS CodeWhisperer and/or HuggingFace StarCoder? Or may be there are other special Jupyter-based libraries for these tools?
Hi Thu Vu, I think it's time to ask you when you're gonna make a tutorial about " How I make my videos" 😉. I mean, I've just started learning something about editing and capturing screens but I honestly don't know if you're using Adobe rather than DaVinci,Camtasia, Adobe After Effects etc. Your video are perfect even for lights and i doubt you're using a fake background (with green screen)
What's the advantage of using conda as an additional layer for your jupyterlab when you can install it directly from pip ? Some say its preferred package manager for data scientists but all the ML libraries that I've come across can be installed using pip.
Thanks for sharing your knowledge with us. I try follow your instructions closely, but when I type in the cell "%ai chatgpt Please write a Python function ...". I got err; "SyntaxError: invalid syntax" right after 'Please'. Anybody has ideas?
I tried the Jupyter approach but could not use the API as Open-AI said my trial period was over and I need to pay. I had used the API once before. So it's not really free or am I missing something
Em chào chị, em hiện tại đang học năm 3 ngành tại trường đại học UEH tại VN. Em đã tự học DS được 4 tháng nhưng thấy vẫn còn quá nhiều kiến thức để học. Chị nghĩ như thế nào nếu em học thêm chương trình song ngành Data Science để có được kiến thức cũng như 1 tấm bằng ĐH để có nhiều cơ hội hơn. Em rất phân vân và thời gian mình bỏ ra giữa đi học tại trường và tự học các nguồn trên mạng. Mong chị hãy giúp em đưa ra lời khuyên ạ. Em cảm ơn chị!
I can absolutely relate. I am also self-studying DS while being a 3rd year major in uni 😂. While I can't give advice about taking a double major in DS, I will share a strategy I have been using. So what I basically do is treat DS as one of the courses I am taking. I have it included in my both my course timetable and reading timetable (when I work on projects) . This helps me a great deal so that I don't feel I am "neglecting one for the other". About the feeling of having a lot to learn... YES THERE'S A LOT TO LEARN 😅😅 but once you're well grounded in the basics, it's gets easier. DS is more of knowing what to do and what questions to ask with your data 👍
Garbage, just use Cursor(Code editor based on vs code with built-in AI utilities) with notebook extention, you can you ANY language model(with also gpt-3.5 or 4) for free, that means you dont waste money by adding your api key.
I love how you break down complex concepts into easy-to-understand steps. Your videos are a true asset to the programming community.✨👀
Aw much appreciate your encouraging comment ❤️
Love this use of AI in a Jupyter notebook! I've been testing out Copilot Chat (Beta) in VS Code and it's been saving sooooooooo much time; so glad you shared these here!!
Thank you Luke! Ooh Copilot Chat sounds cool too 😃
I scrolled down to search for your comment Luke 😁
Great video Thu!
Hey, I just wanted to thank you!
I’ve landed a transitioning job as a Data Analyst because of a study case that I did using your RUclips API project as a base. 🤓
I saw you at the vondelpark this weekend, and I almost went there to thank you in person (but felt like that was your relax time; so best not to take that from you 😂).
Anyway, thank you for your efforts, and your dedication to make this knowledge so accessible.
Keep up!
Wow how amazing!! Huge congrats to you on the new job! 🎉🎉 AND it was crazy that you saw me at the park the other day! 😅 That was really thoughtful of you, but really I would've loved to speak to you and say congrats in person 😇🙌🏽
@@Thuvu5 Will say hello to you next time for sure! Thanks once again 🤓
Thanks Thu Vu. I'm starting a 1 year bootcamp ML Engineer. This will help.😊
Another awesome video Thu Vu! All the information that you condense and present to us in a single video is commendable.🙌
Cool features! I believe that over the coming years more automation tools powered by AI will be integrated in IDEs!
Thank you for this video, it's just what I needed 😊
Keep making these please, you are very important for the data community
I'm glad it was helpful! Thanks Jorge for the kind words, really appreciate it 🙌🏽
Thank you for another much anticipated instalment, always top quality content
You're very welcome! 🤩👋 Thanks for tuning in!
Super helpful! Followed step by step and worked like a charm
Woa I'm super glad to hear it 🙌🏽
Really high quality videos! Keep up the good work Thun
OMG you look so good in thumnail robotic version
Your dedication to freely sharing data science knowledge on RUclips is truly inspiring. Thank you for empowering countless learners with your valuable tutorials and making data science accessible to all .
Thanks, always enjoying your videos.
Thank you so much!
this was awesome, thank you for the video!
Very infomative and helpful, thank you.
Just what I needed. Thank you.
Many thanks for the informative content ✨
Great video! one of your best's.
Fantastic video breaking down in simple terms and examples for what for me is a cutting edge topic.
I was surprised by getting a typeset Bayes formula.
I was impressed by using code comments as prompts -- great for "I know how to do it in R, how do I do it in Python?" moments. Or for doing a similar analysis (in the same language) to a new data set.
Does StarCoder send information? Or does it run completely locally?
Hey Jim, glad to hear it was useful! As far as I know, StarCoder model can be downloaded and used locally, as this article described huggingface.co/blog/starchat-alpha
Thanks for this helpful video, great work as always :)
Thank you for tuning in, Robert! 🤗
Great video. Really educational😊
Thank you, copilot has helped me catch up to where I wish to be. M
Hi Thu Vu, thank you very much for creating such a wonderful video. Just watched it and also got attracted to the book you showed in the video (4:58). Can you please share the title of the book here? Thanks.
Thank you very much. Really informative video!
Could you please share the name of the book in minute 5:03?
Thank you Thu Vu :-)
That's amazing!! I haven't heard of Jupyter AI and that's exactly what I was looking for instead of copying my code between Jupyter and VScode to use the CodeGPT extension everytime I want to use GPT 🤣Do you know if Jupyter AI works with AWS CodeWhisperer and/or HuggingFace StarCoder? Or may be there are other special Jupyter-based libraries for these tools?
comparing jupyter-ai to genai extension, which do you think is better?
Hi Thu Vu, I think it's time to ask you when you're gonna make a tutorial about " How I make my videos" 😉.
I mean, I've just started learning something about editing and capturing screens but I honestly don't know if you're using Adobe rather than DaVinci,Camtasia, Adobe After Effects etc.
Your video are perfect even for lights and i doubt you're using a fake background (with green screen)
I'm using FCP for editing, and yes sometimes I use greenscreen for some special effects :)
@@Thuvu5 Final Cut Pro... yeah I forgot you're an Apple user🙃
The problem with this is the difference between GPT3.5 which is what most people have API access to and GPT4.0 which is a programming God
Is it really ?
@@olcaybolat3452 it's OK. It still makes mistakes, just less and has a better time understanding what you're asking of it.
thanks for the useful video! sooo even if loading locally sensitive data with jupyter notebook, it's still risky to use jupyter ai plugin?
Thanks 🙏
can you make a video about how to set up and use copliot for students? Thanks a lot!!!!
I just applied for the Student developer pack and then Github Copilot is free to use :)
@@Thuvu5 Thanks for your reply! i just got approved and start using it !
Thanks madam ❤❤❤
How to you modify generated notebooks?
Love this. Is there anything similar for R?
Hey Austin, unfortunately I haven't seen anything similar for R
This is coool!!!.
What's the advantage of using conda as an additional layer for your jupyterlab when you can install it directly from pip ? Some say its preferred package manager for data scientists but all the ML libraries that I've come across can be installed using pip.
I don’t think there’s much difference between the two, but sometimes there might be some small differences in packages that could cause issues
Even if it's a small project, i use conda.. I just don't wanna see your pillow is missing and stuff..
Nice share
Thanks for sharing your knowledge with us. I try follow your instructions closely, but when I type in the cell "%ai chatgpt Please write a Python function ...". I got err; "SyntaxError: invalid syntax" right after 'Please'. Anybody has ideas?
QQ - is it possible to provide custom inference endpoints here. Instead of chatgpt, I want to use my own trained llm in jupyter lab?
I don't think we can safely use these OpenAI toold when using company's data.
Sorry for the off-topic question, is it possible to work freelancer as data engineer?
I tried the Jupyter approach but could not use the API as Open-AI said my trial period was over and I need to pay. I had used the API once before. So it's not really free or am I missing something
Em chào chị, em hiện tại đang học năm 3 ngành tại trường đại học UEH tại VN.
Em đã tự học DS được 4 tháng nhưng thấy vẫn còn quá nhiều kiến thức để học.
Chị nghĩ như thế nào nếu em học thêm chương trình song ngành Data Science để có được kiến thức cũng như 1 tấm bằng ĐH để có nhiều cơ hội hơn.
Em rất phân vân và thời gian mình bỏ ra giữa đi học tại trường và tự học các nguồn trên mạng.
Mong chị hãy giúp em đưa ra lời khuyên ạ. Em cảm ơn chị!
I can absolutely relate.
I am also self-studying DS while being a 3rd year major in uni 😂.
While I can't give advice about taking a double major in DS, I will share a strategy I have been using.
So what I basically do is treat DS as one of the courses I am taking. I have it included in my both my course timetable and reading timetable (when I work on projects) . This helps me a great deal so that I don't feel I am "neglecting one for the other".
About the feeling of having a lot to learn... YES THERE'S A LOT TO LEARN 😅😅 but once you're well grounded in the basics, it's gets easier.
DS is more of knowing what to do and what questions to ask with your data 👍
Hi Thu Vu , When I am trying to download miniconda it says permission denied
Hello teacher Thu, my jupyter server is 1.18.1, I wonder how to change to 2.x version. Thank you very much
Hi Quan, you can upgrade it, please take a look at the documentation of Jupyter AI :)
❤
Will these generative Ai tools make data analysts and data scientists out of job in the future?
Nice robotic intro opening.
Ikr :)
Can we use another language like spanish?
I think you can!
I get Module errors now matter how closely I follow along.
Cant afford to pay APIs
Garbage, just use Cursor(Code editor based on vs code with built-in AI utilities) with notebook extention, you can you ANY language model(with also gpt-3.5 or 4) for free, that means you dont waste money by adding your api key.
RateLimitError: You exceeded your current quota, please check your plan and billing details. Need to subscribe.