Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.58 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.58 KB

The interactive pandas REPL

An interactive REPL to easily try pandas in the browser, powered by JupyterLite.

image

Build

The interactive REPL can be as a part of the documentation build process with Sphinx using the jupyterlite-sphinx extension. Please refer to the doc/make.py file and the pandas docs development workflow for more information.

Configuration

The doc/source/ folder contains shared configuration files for the interactive terminal powered by JupyterLite:

  • jupyter_lite_config.json: build time configuration, used when building the assets with the jupyter lite build command
  • jupyter-lite.json run time configuration applied when launching the application in the browser

This interactive pandas JupyterLite deployment enables optimizations by removing unused shared packages and disabling source maps, which can make the assets smaller and faster to load, at the cost of debugging capabilities.

To learn more about it, check out the JupyterLite documentation: