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.
- Host: GitHub
- URL: https://github.com/iloveitaly/ipython-playground
- Owner: iloveitaly
- License: mit
- Created: 2025-03-19T15:26:31.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-03-19T16:46:01.000Z (about 1 month ago)
- Last Synced: 2025-03-19T17:36:26.697Z (about 1 month ago)
- Topics: ipython, playground, repl
- Language: Python
- Homepage: https://github.com/iloveitaly/ipython-playground
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)):

## 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.