Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Can Jupyter hold with the charts? | Introduction to Jupyter notebook
Introduction to Jupyter notebook: Python

book
Can Jupyter hold with the charts?

As we mentioned before, Jupyter provides us in particular with matplotlib library, which allows us to build charts.

Завдання

Swipe to start coding

Create two lists of points. Choose at least 2-3 numbers in each list.

Рішення

# create x and y numbers
x = [1,2,3]
y = [20,15,13]

# import library
import matplotlib.pyplot as plt
plt.plot(x, y)

Mark tasks as Completed
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 5
taskCode

Запитати АІ

expand
ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

We use cookies to make your experience better!
some-alt