Skip to content

iamaziz/iversions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple IPython/Jupyter cell magic command to display name and version of imported modules.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published