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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iversions-0.0.10.tar.gz.
File metadata
- Download URL: iversions-0.0.10.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2a53e93cb7e1f7b6f014f4998396bd2eaedef788729fb43585cde0ec4e2de65
|
|
| MD5 |
8950ce7530ed46d31be1d0bf69d8187e
|
|
| BLAKE2b-256 |
b16d92b05ff6e658ab280dd1f3a095357aa02d250ce140a419b079c682808158
|
File details
Details for the file iversions-0.0.10-py2.py3-none-any.whl.
File metadata
- Download URL: iversions-0.0.10-py2.py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a84ad040d1b6e099755a2b3d0ea4044520269db5c6ec28ef66cd032c78edb0b7
|
|
| MD5 |
794eb31f660d396b44ed6cfe88b43656
|
|
| BLAKE2b-256 |
44dd0b2e38fbc26b69b120f4bb092c1997df53d74847e1fffb030a726b19e434
|