Module 4 - Jupyter Notebooks

0.0(0)
Studied by 1 person
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:19 PM on 11/20/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

Virtual Environment

An isolated workspace for a Python project that keeps dependencies separate to avoid conflicts

2
New cards

python -m venv myenv

Command to create a virtual environment named 'myenv'

3
New cards

pip freeze > requirements.txt

Command to save installed packages and versions to a text file

4
New cards

pip install -r requirements.txt

Command to install all dependencies listed in a requirements file

5
New cards

Jupyter Notebook

Interactive computing environment combining live code

6
New cards

.ipynb

The file extension for Jupyter Notebooks (IPython Notebook)

7
New cards

Markdown

Lightweight markup language used in Jupyter for text formatting and documentation

8
New cards

Shift+Enter

Jupyter shortcut to run the current cell and move to the next one

9
New cards

NumPy

Fundamental package for scientific computing in Python offering fast array operations

10
New cards

np.array(list)

Function to convert a standard Python list into a NumPy array

11
New cards

Vectorized operations

Applying operations to an entire array at once without using loops

12
New cards

np.arange(start

stop

13
New cards

np.linspace(start

stop

14
New cards

arr.shape

NumPy property that returns the dimensions (rows

15
New cards

arr.ndim

NumPy property that returns the number of dimensions of an array

16
New cards

Broadcasting

NumPy mechanism allowing arithmetic operations on arrays of different shapes

17
New cards

Matplotlib

The standard plotting library in Python for creating static

18
New cards

plt.plot(x

y)

19
New cards

plt.scatter(x

y)

20
New cards

plt.hist(x)

Matplotlib command to create a histogram to visualize data distribution

21
New cards

%time

Line magic command to measure the execution time of a single line

22
New cards

%%time

Cell magic command to measure the execution time of an entire cel

Explore top flashcards

flashcards
MDC1 Exam 2 Questions & Stuff
175
Updated 953d ago
0.0(0)
flashcards
So sagt man das! Lektion 1
25
Updated 896d ago
0.0(0)
flashcards
unit 1 ap hug
37
Updated 1085d ago
0.0(0)
flashcards
Spanish Test 1
20
Updated 895d ago
0.0(0)
flashcards
QCM Classiques
68
Updated 811d ago
0.0(0)
flashcards
MDC1 Exam 2 Questions & Stuff
175
Updated 953d ago
0.0(0)
flashcards
So sagt man das! Lektion 1
25
Updated 896d ago
0.0(0)
flashcards
unit 1 ap hug
37
Updated 1085d ago
0.0(0)
flashcards
Spanish Test 1
20
Updated 895d ago
0.0(0)
flashcards
QCM Classiques
68
Updated 811d ago
0.0(0)