-
I’m interested in using Logica with locally installed Postgres and Jupyter. All the examples start by importing colab_logica from logica. Not surprisingly, it depends on some google packages that I do not have. Is it possible to run logica in a locally hosted Jupyter notebook? If so, are there any examples available? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Hi @cdyellick Let me know if you have any further questions, or encounter any problems running Logica youself. |
Beta Was this translation helpful? Give feedback.
-
@cdyellick I went to the kaggle sites you mention, but the scripts were not there. Did you take them down? |
Beta Was this translation helpful? Give feedback.
Hi @cdyellick
google packages are supposed to be behind try/except and colab_logica should work fine without them, letting you use Postgres.
Here is an example of running Logica with SQLite on Kaggle (which doesn't have Google libraries):
https://www.kaggle.com/evgenyskvortsov/logica
And here is an example of running PosgreSQL:
https://www.kaggle.com/evgenyskvortsov/logica-postgres
Let me know if you have any further questions, or encounter any problems running Logica youself.