jrjohansson / version_information

IPython magic command for showing version information for dependency modules in a notebook.
54 stars 17 forks source link

bug when using with jupyterlab #14

Open paulnakroshis opened 4 years ago

paulnakroshis commented 4 years ago

I find that if I type

%load_ext version_information %version_informationjupyterlab, python, matplotlib, scipy, numpy, version_information

in the jupyter notebook, the output looks great. But, if I do the same in jupyterlab, it gives the following:

root: Software versions: [] 9 items

(not shown above are little collapsable arrows that allow one to see for the items (0 though 8) the actual output.)

Seems to be a bug with the interaction with jupyter lab notebooks.