Bokeh Widgets and Visualization

Bokeh Widgets and Visualization

University

7 Qs

quiz-placeholder

Similar activities

General ExpressJS Quiz

General ExpressJS Quiz

University

10 Qs

PT101: Quiz No. 1

PT101: Quiz No. 1

University

10 Qs

Quiz sobre Pontos de Função

Quiz sobre Pontos de Função

University

10 Qs

Herança e Polimorfismo em Java

Herança e Polimorfismo em Java

University

10 Qs

Temas Transversais

Temas Transversais

University

5 Qs

Data Science Day 2025

Data Science Day 2025

University

5 Qs

Revisão N2

Revisão N2

University

12 Qs

Data Visualization with Qlik Cloud

Data Visualization with Qlik Cloud

University

10 Qs

Bokeh Widgets and Visualization

Bokeh Widgets and Visualization

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Ms Kumar

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Bokeh?

An interactive visualization library focused on modern browsers and the web.

A static visualization tool.

A library for creating 2D plots only.

A JavaScript framework.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two levels of the layered approach in Bokeh interfaces?

Plotting and Models interface

Basic and Advanced interfaces

Static and Dynamic interfaces

Client-side and Server-side interfaces

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of Bokeh widgets?

To create static visualizations.

To interactively change the data displayed in a visualization.

To enhance the performance of visualizations.

To create 3D visualizations.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the general way to create a new widget visible in a Jupyter Notebook?

Define a new method and wrap it into an interact widget.

Use a predefined widget from the library.

Create a static HTML page.

Write a JavaScript function.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the output_notebook method from Bokeh's io interface do?

Displays plots inside Jupyter Notebook.

Exports plots to a file.

Creates a new notebook.

Saves the current session.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first task in adding interactive widgets to IPython?

Import the necessary interact and interact_manual elements.

Create a new Jupyter Notebook.

Define a new method.

Run the Bokeh server.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the checkbox widget when Value is set to False?

False

True