An open API service indexing awesome lists of open source software.

https://github.com/iloveitaly/ipython-playground

Understand what is in your ipython playground.
https://github.com/iloveitaly/ipython-playground

ipython playground repl

Last synced: about 1 month ago
JSON representation

Understand what is in your ipython playground.

Awesome Lists containing this project

README

        

# IPython Playground

I'm a big fan of playgrounds. Every repo should have a `playground.py` to make it easy to jump right
into REPL-driven development.

However, it's hard to understand what's in the `playground.py` once it gets big. This project eliminates this problem ([example from this project](https://github.com/iloveitaly/python-starter-template)):

![alt text](screenshot.png)

## Installation

```shell
pip install ipython-playground
```

## Usage

1. Run `ipython-playground` to generate a `playground.py`.
2. Execute `./playground.py` to start an IPython session with additional setup.