Learn R Programming

BERTopic (version 0.1.0)

bertopic_session_info: Summarize Python/BERTopic session info

Description

Summarize Python/BERTopic session info

Usage

bertopic_session_info()

Arguments

Value

A named list containing paths, versions, and module availability:

python

Path of the active Python.

libpython

Path to libpython, if any.

version

Python version string.

numpy

Whether NumPy is available.

numpy_version

NumPy version string (if available).

modules

A data.frame with availability for key modules.

Examples

Run this code
if (FALSE) {
bertopic_session_info()
}

Run the code above in your browser using DataLab