Skip to main content

A cell magic command for IPython/Jupyter to display name and version of the imported modules

Project description

iversions

A cell magic command for IPython/Jupyter to display name and version of all imported (non built-in) modules in the current session.

Installation

$ pip install iversions

Usage

In [1]: %load_ext iversions

In [2]: import numpy as np
   ...: import pandas as pd
   ...: import tensorflow as tf
   ...: import os
   ...: import sys

In [3]: %iversions
numpy       1.13.1
pandas      0.20.3
tensorflow  1.3.0

Python 3.6.2 [Sun Aug 27, 2017 13:50:43]

In [4]:

Inspired by amazing similar projects:

TODO

  • Add a feature to output to requirements.txt

KNOWN ISSUES

  • Non-module imports do not work e.g. from X import Y

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iversions-0.0.10.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

iversions-0.0.10-py2.py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page