Search code examples
ipythonibm-cloudeggjupyter-notebook

Add .egg file to Jupyter IPython Notebook on Bluemix


How can I add the .egg file to my Jupyter IPython Notebook on Bluemix? I see documentation for adding jars for scala notebooks, but nothing for python egg files.


Solution

  • Create a zip file with setup script. Put the zip file in object storage. Download zip using http or curl from object storage into bluemix notebook environment. Do pip install for zip file.