Hi Andrey,
Does this mean we will not be able to use SageMathCell integrated at https://www.tssfl.com/programming-and-computing-with-python-right-from-the-forum-6300?
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/3aea065c-2bab-4ac7-8cb1-52a7b42015fbn%40googlegroups.com.
This is indeed a severe restriction, and it is surprising that it is applied without prior notice.
For using real life data services with SageCell, as for my COVID-Site on https://dahn-research.eu/corona/International.html, it would be necessary to allow data access through pandas. Can that be enabled?
Could a SageCell server be packaged in a Docker container so that it can be installed the same way as CoCalc (pypi/sagecell on Dockerhub doesn't seem to be maintained) or could a SageCell server become part of a CoCalc Docker container?
Cells in some of my pages load a Python script from my server at https://mathtrek.eu, which defines some functions. I could put this code directly into some cell, but I'd rather like to hide it from the visitor for the following reason.I am encouraging the visitor to play around with the code in the SageCells of the page, thus modifying my data analysis. I do not assume that the visitor has experience with Sage but I hope to encourage her in this way to have a closer look at it. Revealing more complex code, she shouldn't tamper with, contradicts this - I am ready to do it, if it is the only way to keep the pages alive, but it doesn't make me happy.
Can you whitelist https://sourceforge.net ?
pip3 install python-snappy
(see the discussion here https://github.com/dask/fastparquet/issues/459)
--
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 sage-cell+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/828c3e0e-c4ea-4add-81d6-681413e0914fn%40googlegroups.com.
It seems that the snappy package is missing, and I request installation:pip3 install python-snappy
(see the discussion here https://github.com/dask/fastparquet/issues/459)
Can I request whitelisting our forum URL: https://www.tssfl.com? Sometimes we upload files that can be read directly from it.
--
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 sage-cell+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/729dd9ce-f4ba-4559-a95f-52f70b77ca4en%40googlegroups.com.
sudo apt-get install libsnappy-dev
(or similar method)
followed by
pip3 install python-snappy
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/CAD0_dC66TVx3yToeBiWgsTdaHzUVVZsk-xgs9LTWE1snVYOqRg%40mail.gmail.com.
I'm not clear how lazypredict can be used in the way you suggested.
For the Snappy package, I think the solution is to uninstall the current Snappy and install the one in question (python-snappy) using the suggested approach.Python-snappy seems to impact many codes even a simple import as this one, import plotly.express as px will raise an error "AttributeError: module 'snappy' has no attribute 'compress'".
Or maybe it is time to consider Python virtual environment/virtualenvwrapper (https://www.tssfl.com/python-virtual-environments-virtualenv-5558) or something similar to separate various packages and their dependencies.
--
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 sage-cell+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/CAD0_dC4-cwx26vGO%2Bchhpx-kOdD2R6PE2LLy6-YeUYNEKViHiw%40mail.gmail.com.
NB: I'm facing issues connecting to Dropbox, this wasn't there before access restriction, may there be something wrong with Dropbox access/whitelisting?
--
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 sage-cell+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/CAD0_dC5k%3DT9a77eHFXDg%2BeRd275p6qN28pkKABJGGfJ2HdfeWg%40mail.gmail.com.
Hi Andrey,
I will appreciate if you can install Google API Client Library for Python (https://pypi.org/project/google-api-python-client/): pip install google-api-python-client
Unfortunately, due to some people abusing SageMathCell servers access to the Internet from cells is going to be removed or severely limited.If you really need such access, your options are:- maintain your own server, e.g. behind a campus firewall- use CoCalc, where you can enable such access- explain exactly what kind of access you need and why - perhaps we will figure something out, but no guarantees on how long it will take, if ever
--
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 sage-cell+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/7c758ba4-74e5-4827-89a7-f68ea2713a58n%40googlegroups.com.