Skip to content

Latest commit

 

History

History

interactive_terminal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

The interactive pandas terminal

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

image

Build

The interactive terminal is built with the jupyterlite CLI.

First make sure jupyterlite is installed:

python -m pip install jupyterlite

Then in web/interactive_terminal, run the following command:

jupyter lite build

Configuration

This folder contains 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

The interactive pandas terminal application enables a couple of optimizations to only include the repl app in the generated static assets. To learn more about it, check out the JupyterLite documentation: