Hi Andrey, A request to install these Python packages:
1. - pip install send_email (https://pypi.org/project/send_email/) - pip install pretty-html-table (https://pypi.org/project/pretty-html-table/ ) I have a scenario in which I need to send to emails personalized reports created from some dataset using Python. For example, converting an excel/Google spreadsheet to Pandas DataFrame, then creating an HTML table from the DataFrame and send each individual HTML report to the appropriate email using a combination of smtplib, ssl, email, send_email, and pretty_html_table packages. There are other packages close to send_email, such as sendmail (https://pypi.org/project/sendmail/) and python-sendmail ( https://pypi.org/project/python-sendmail/) but I hope send_email will work as motivated here https://dev.to/siddheshshankar/convert-a-dataframe-into-a-pretty-html-table-and-send-it-over-email-4663 These packages are useful for data science: 2. pip install autoviz (https://pypi.org/project/autoviz/) for automated data visualizations. 3. pip install drawdata (https://pypi.org/project/drawdata/) for drawing classification problem dataset in machine learning in a jupyter notebook -- hope it works with SageCell. 4. pip install cleantext (https://pypi.org/project/cleantext/), an open-source python package to clean raw text data. Kind regards, Elimboto On Mon, Jul 12, 2021 at 10:36 AM Elimboto Yohana <[email protected]> wrote: > Hi Andrey, > > Thank you for installing the packages. TensorFlow is more desirable, it is > being used by more people than ripser. So, if the current version of Numpy > suffices we can just leave it. > > Kind regards, > > Elimboto > > On Sun, Jul 11, 2021 at 9:57 PM Andrey Novoseltsev <[email protected]> > wrote: > >> Hi Elimboto, >> >> nest_asyncio and wordcloud will be installed via pip in a few hours >> >> ripser problem is solved by upgrading numpy, but it seems that we are on >> an older version because of tensorflow that fixes it. It is a package that >> was installed by your request, so I am happy to remove it if you want to do >> so ;-) Personally I am not a fan of having packages that don't allow newer >> versions of dependencies. >> >> Thank you! >> Andrey >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sage-cell" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sage-cell/CAD0_dC7RuzzXQDhQ71h%2BQeDanWNJQZcW6XjToKYNP6E_OMR%3D1g%40mail.gmail.com >> <https://groups.google.com/d/msgid/sage-cell/CAD0_dC7RuzzXQDhQ71h%2BQeDanWNJQZcW6XjToKYNP6E_OMR%3D1g%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/CACEZTmv3dRX0yme-bvVGWTgt%2BjBhU7k6%3Du7NzE%3DZ7hatsgciuw%40mail.gmail.com.
