Manage development environments like virtualenv but with docker containers and export your python history to iPythonNotebook
Project description
This package is meant to help manage development environments using docker, while providing an interface similar to that of python’s virtualenvwrapper module.
Features:
Simple cli to create, switch to and delete environments that allow you to fiddle to your heart’s content without breaking anything else.
Currently this is based on a clean Ubuntu install (ubuntu:latest docker image) with basic python 2.7 configured.
Save your environment to a tarfile in case you want to take it with you anywhere.
Export the python history of anything you tried while using the python interpreter within your environment into a JupyterNotebook file that can be used with any Jupyter server (like the jupyter/notebook docker image).