pipreqs icon indicating copy to clipboard operation
pipreqs copied to clipboard

Jupyter Notebooks support

Open philippschw opened this issue 8 years ago • 4 comments

I just tried using pipreqs, but it seems useless for my workflow heavily relying on Jupyter notebooks.

Will Jupyter notebooks be supported in the future?

philippschw avatar Oct 11 '16 23:10 philippschw

I'm sorry but, Jupyter will not be supported any time soon, I will leave this Issue open for future reference, if someday I find time to look into this.

bndr avatar Oct 13 '16 13:10 bndr

This should be pretty straightforward to do by converting .ipynb to .py with jupyter nbconvert --to=python and examining imports there.

akaihola avatar Dec 13 '16 14:12 akaihola

Any updates here? I would love to use it.

nise avatar Nov 28 '21 21:11 nise

Seems to be possible, someone wrote a wrapper: https://github.com/ivanlen/pipreqsnb As it is really just a view lines would you be open for a PR @bndr @alan-barzilay?

DanielHabenicht avatar Jul 31 '22 16:07 DanielHabenicht

implemented in #414

alan-barzilay avatar Dec 05 '23 18:12 alan-barzilay