Quick Guide & Tips

💻   Accessing Utils File and Helper Functions

In each notebook on the top menu:

1:   Click on "File"

2:   Then, click on "Open"

You will be able to see all the notebook files for the lesson, including any helper functions used in the notebook on the left sidebar. See the following image for the steps above.


💻   Downloading Notebooks

In each notebook on the top menu:

1:   Click on "File"

2:   Then, click on "Download as"

3:   Then, click on "Notebook (.ipynb)"


💻   Uploading Your Files

After following the steps shown in the previous section ("File" => "Open"), then click on "Upload" button to upload your files.


📗   See Your Progress

Once you enroll in this course—or any other short course on the DeepLearning.AI platform—and open it, you can click on 'My Learning' at the top right corner of the desktop view. There, you will be able to see all the short courses you have enrolled in and your progress in each one.

Additionally, your progress in each short course is displayed at the bottom-left corner of the learning page for each course (desktop view).


📱   Features to Use

🎞   Adjust Video Speed: Click on the gear icon (⚙) on the video and then from the Speed option, choose your desired video speed.

🗣   Captions (English and Spanish): Click on the gear icon (⚙) on the video and then from the Captions option, choose to see the captions either in English or Spanish.

🔅   Video Quality: If you do not have access to high-speed internet, click on the gear icon (⚙) on the video and then from Quality, choose the quality that works the best for your Internet speed.

🖥   Picture in Picture (PiP): This feature allows you to continue watching the video when you switch to another browser tab or window. Click on the small rectangle shape on the video to go to PiP mode.

√   Hide and Unhide Lesson Navigation Menu: If you do not have a large screen, you may click on the small hamburger icon beside the title of the course to hide the left-side navigation menu. You can then unhide it by clicking on the same icon again.


🧑   Efficient Learning Tips

The following tips can help you have an efficient learning experience with this short course and other courses.

🧑   Create a Dedicated Study Space: Establish a quiet, organized workspace free from distractions. A dedicated learning environment can significantly improve concentration and overall learning efficiency.

📅   Develop a Consistent Learning Schedule: Consistency is key to learning. Set out specific times in your day for study and make it a routine. Consistent study times help build a habit and improve information retention.

Tip: Set a recurring event and reminder in your calendar, with clear action items, to get regular notifications about your study plans and goals.

☕   Take Regular Breaks: Include short breaks in your study sessions. The Pomodoro Technique, which involves studying for 25 minutes followed by a 5-minute break, can be particularly effective.

💬   Engage with the Community: Participate in forums, discussions, and group activities. Engaging with peers can provide additional insights, create a sense of community, and make learning more enjoyable.

✍   Practice Active Learning: Don't just read or run notebooks or watch the material. Engage actively by taking notes, summarizing what you learn, teaching the concept to someone else, or applying the knowledge in your practical projects.


📚   Enroll in Other Short Courses

Keep learning by enrolling in other short courses. We add new short courses regularly. Visit DeepLearning.AI Short Courses page to see our latest courses and begin learning new topics. 👇

👉👉 🔗 DeepLearning.AI – All Short Courses [+]


🙂   Let Us Know What You Think

Your feedback helps us know what you liked and didn't like about the course. We read all your feedback and use them to improve this course and future courses. Please submit your feedback by clicking on "Course Feedback" option at the bottom of the lessons list menu (desktop view).

Also, you are more than welcome to join our community 👉👉 🔗 DeepLearning.AI Forum


Sign in

Or, sign in with your email
Email
Password
Forgot password?
Don't have an account? Create account
By signing up, you agree to our Terms Of Use and Privacy Policy

Create Your Account

Or, sign up with your email
Email Address

Already have an account? Sign in here!

By signing up, you agree to our Terms Of Use and Privacy Policy

Choose Your Plan

MonthlyYearly

Change Your Plan

Your subscription plan will change at the end of your current billing period. You’ll continue to have access to your current plan until then.

Learn More

Welcome back!

Hi ,

We'd like to know you better so we can create more relevant courses. What do you do for work?

DeepLearning.AI
  • Explore Courses
  • Membership
  • Community
    • Forum
    • Events
    • Ambassadors
    • Ambassador Spotlight
  • My Learning
Welcome to Jupyter AI. Coding by hand where you write every line of code manually is becoming obsolete. So, coding notebooks have to evolve away from manual coding to using AI to code for you. I'm thrilled to be here with Brian Granger, who is co-founder of Project Jupyter, to introduce Jupyter AI. You can either use it here on the DeepLearning.AI site, or run locally on your own computer. Jupyter notebooks are a workhorse of AI development and data science. And we also use them extensively at DeepLearning.AI. Moving notebooks forward to the AI coding era will be an important step for our field. I'm thrilled to be teaching this with Brian. Thanks, Andrew. When we created the IPython notebook in 2011 and later rebranded it as the Jupyter notebook in 2014, We did so with the mission of creating a community-driven, open-source ecosystem of tools for data science, scientific research, and education. Jupyter notebooks have long been the default prototyping environment for this type of work. But it turns out that most of the AI coding assistants that have emerged in the last couple of years have struggled to function well in a Jupyter notebook environment. And so, we've built Jupyter AI, which is an open source framework that is purpose built to integrate AI into Jupyter notebooks and JupyterLab. AI works well for the kinds of tasks you might already be familiar with from using other AI assistant coding tools, like writing code and answering your questions about code. But it is more than that, and also has capabilities designed specifically for working with coding notebooks. Let me show you. With Jupyter AI, you have a chatbot called Jupyternaut alongside your notebook. So, I can say, Hi Jupyternaut, and get a response. Or maybe more usefully, I can say, write code to implement a coin toss and print heads or tails with 50-50 chance. and it generates the code. Instead of manually copy-pasting it into my notebook, I can just use a single click here to insert the code into my notebook, and look, it runs. Or something I often ask an LLM for help with, if I've forgotten what's the syntax for calling the OpenAI API. I can also ask it to write the sort of static code to get my OpenAI secret API key, and then make a call to the LLM. Or if I'm looking at someone else's notebook, I can drag a cell over here and ask, what does this cell do? or even ask, what does this whole notebook do? and get a quick summary to help me understand the notebook. That all this is integrated with Jupyter makes the workflow of using AI coding with a notebook much easier. You can think of Jupyter AI as an AI collaborator for everything you do in Jupyter, whether that's exploring data in a Jupyter notebook prototyping LLM workflows or even building custom agents that are integrated into JupyterLab's chat experience. In fact, there's much more to Jupyter AI than we'll have time to cover here, but this course will give you a great start. I don't know, Andrew. I'm thinking maybe we need to have a follow-up course after this. There's a lot of exciting things in Jupyter AI that we won't have time to cover today, such as custom agents, tool calling, and agent-to-agent collaboration. No, that sounds great to me. And even in this course, I think you learn a lot. In the first exercise, you learn how to use the chat interface to generate code and ask questions about code. For example, generate a call to the OpenAI API. Then in the second exercise, you use Jupyter AI to build a chat app that can help you find good books using an online books API. And through that, you learn more advanced prompting strategies. Then in the third exercise, you create a workflow to retrieve and analyze stock data and see some of the best practices for how to use Jupyter AI for data analysis. This course is set up a little differently than our other short courses in that it's not arranged as a side-by-side notebook with video for every lesson. Instead, I'll first demonstrate each exercise in a video. and then you get hands-on practice yourself and can build the same application I demoed using the same prompts or modify the prompts to build something customized to your own liking. Many people have worked to create this course. I'd like to thank David Qiu and everyone else that worked on Jupyter AI, and from DeepLearning.AI, Ryan Keenan, David Villarreal, and Hawraa Salami. Let's go on to the next video to get started with Jupyter AI.
course detail
Next Lesson
Jupyter AI: AI Coding in Notebooks
  • Introduction
    Video
    ・
    4 mins
  • Coding with Jupyter AI
    Video
    ・
    7 mins
  • Exercise 1
    Code Example
    ・
    10 mins
  • Building an AI Book Research Assistant
    Video
    ・
    9 mins
  • Exercise 2
    Code Example
    ・
    10 mins
  • Exploring Stock Market Data
    Video
    ・
    8 mins
  • Exercise 3
    Code Example
    ・
    10 mins
  • How to Set Up Jupyter AI Locally
    Reading
    ・
    3 mins
  • Conclusion
    Video
    ・
    1 min
  • Quiz

    Graded・Quiz

    ・
    9 mins
  • Course Info
    Quick Guide & Tips