Registry / data / wbcore

wbcore

JSON →
library1.63.17pypypi✓ verified 80d ago

WB Core is a Python library providing core utilities and services for Wolfram|Alpha Notebook Edition and other Wolfram products. It includes tools for data processing, networking, and cloud interactions. The current version is 1.63.17, with frequent releases.

pip install wbcore
INSTALL
IMPORT
SIG · WBCORE
W
wbcore
datapythonv1.63.17
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WBCore
import wbcore
from wbcore import WBCore

Initialize and check version of WB Core.

from wbcore import WBCore # Initialize core core = WBCore() print(core.version)
Debug
Known issues
gotchaWBCore initialization may require authentication or environment variables for cloud features.
fix
Set WOLFRAM_API_KEY environment variable if using cloud services.
affects: all
gotchaImporting from submodules like wbcore.utils may not work; most classes are directly under wbcore.
fix
Check documentation for correct import paths; prefer direct imports from wbcore.
affects: all
Upgrade
Version history
1.63.17latest on PyPI · released Apr 30, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
53 hits · last 30 days
node
46
OpenAI (training)
1
Resources
wbcore — pip install wbcore · libregistry