Forum Discussion

JoeCrozier's avatar
JoeCrozier
Helper II
1 year ago
Solved

Library Install issue in notebook

I'm having an issue today where I just cant seem to install libraries into environments for a Fabric Notebook.     Let me clarify, I CAN install things if I do it this way: If I do it that w...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi JoeCrozier 

     

    You can install it from PyPI Public repository. I just did this. The drop-down list only suggests some common options and does not include all the modules that exist in PyPI repository. You can just enter "PyCap" and it will detect the available versions automatically. It will pick the latest version, you can also pick another version. 

     

    If one module doesn't exist in PyPI repository, it will tell you "Library is not found", just like below. 

     

    Best Regards,
    Jing
    If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!