Xplan Object Analytics Community Edition/Python
  • Python Services Overview
    • Gallery
    • Architecture overview
    • Python IDE
      • Basic Python IDE Features
        • Pyodide WebAssembly Examples
          • The first hello xplain world!
          • Import xplain python package and interact with Object Analytics
          • Using option parameters
          • Build a mini data app with streamlite package
          • Build data app with advanced plotting packages
      • Advanced topic
        • Server-side Python mode
        • Role-Based-Access-Control (RBAC)
    • JupyterLite
      • Enable Developer Mode
      • Start JupyterLite from XOE
      • Install and import packages in JupyterLite
    • Export to Python
      • Export the current session to Python code
      • Export current session to Jupyter Notebook
    • xplain python package
      • Basics to get started
      • local python environment
      • References
        • Xplain Python Package Class Xsession Document
        • Xplain Web Interface Api
      • Tutorials
        • Shared Session: work with Python and XOE together
        • xplain.Xsession Examples
    • App Building
      • Streamlit examples
        • Bar Chart and Button
        • Streamlit & Plotly
        • Cohorten
Powered by GitBook
On this page
  1. Python Services Overview
  2. Python IDE
  3. Basic Python IDE Features

Pyodide WebAssembly Examples

Without installing python environment you can run python code directly in Object Analytics: either in embedded python IDE or in JupyterLite

Pyodide in xplain is a Python distribution for the browser, based on WebAssembly. It allows you to run Python code directly in the browser without the need for server-side execution.

Examples

PreviousBasic Python IDE FeaturesNextThe first hello xplain world!

Last updated 9 months ago