how to execute a self-written python library within an online notebook
Hi everybody,
I would like to know if there's a way of installing a python code in the online version of the notebook?
If this is the case, then how to do that? Write a sage package or just a python module is enough (python setu.py install)?
Thanks
What does your "python library" consist of? The answer would be different if it is a single `.py` file, or a whole directory of files packed as a Python module, or a Sage package.